ArrowTensor

描述

class Arrow.Tensor : GObject.Object {
  parent_instance: GObject
}
暂无描述。

祖先

构造函数

garrow_tensor_new
暂无描述。

自:0.3.0

实例方法

garrow_tensor_equal
暂无描述。

自:0.4.0

garrow_tensor_get_buffer
暂无描述。

自:0.3.0

garrow_tensor_get_dimension_name
暂无描述。

自:0.3.0

garrow_tensor_get_n_dimensions
暂无描述。

自:0.3.0

garrow_tensor_get_shape
暂无描述。

自:0.3.0

garrow_tensor_get_size
暂无描述。

自:0.3.0

garrow_tensor_get_strides
暂无描述。

自:0.3.0

garrow_tensor_get_value_data_type
暂无描述。

自:0.3.0

garrow_tensor_get_value_type
暂无描述。

自:0.3.0

garrow_tensor_is_column_major
暂无描述。

自:0.3.0

garrow_tensor_is_contiguous
暂无描述。

自:0.3.0

garrow_tensor_is_mutable
暂无描述。

自:0.3.0

garrow_tensor_is_row_major
暂无描述。

自:0.3.0

GObject 继承的方法 (43)

请参阅 GObject 获取完整的方法列表。

属性

Arrow.Tensor:buffer
暂无描述。

Arrow.Tensor:tensor
暂无描述。

信号

GObject 继承的信号 (1)
GObject::notify

当对象的某个属性通过 g_object_set_property()、g_object_set() 等设置值时,会发出 notify 信号。

类结构

struct ArrowTensorClass {
  GObjectClass parent_class;
  
}
暂无描述。
类成员
父类:GObjectClass
暂无描述。