ArrowTensor

描述

class Arrow.Tensor : GObject.Object {
  parent_instance: GObject
}
没有可用的描述。

祖先

构造函数

garrow_tensor_new
没有可用的描述。

since: 0.3.0

实例方法

garrow_tensor_equal
没有可用的描述。

since: 0.4.0

garrow_tensor_get_buffer
没有可用的描述。

since: 0.3.0

garrow_tensor_get_dimension_name
没有可用的描述。

since: 0.3.0

garrow_tensor_get_n_dimensions
没有可用的描述。

since: 0.3.0

garrow_tensor_get_shape
没有可用的描述。

since: 0.3.0

garrow_tensor_get_size
没有可用的描述。

since: 0.3.0

garrow_tensor_get_strides
没有可用的描述。

since: 0.3.0

garrow_tensor_get_value_data_type
没有可用的描述。

since: 0.3.0

garrow_tensor_get_value_type
没有可用的描述。

since: 0.3.0

garrow_tensor_is_column_major
没有可用的描述。

since: 0.3.0

garrow_tensor_is_contiguous
没有可用的描述。

since: 0.3.0

garrow_tensor_is_mutable
没有可用的描述。

since: 0.3.0

garrow_tensor_is_row_major
没有可用的描述。

since: 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;
  
}
没有可用的描述。
类成员
parent_class: GObjectClass
没有可用的描述。