方法
ArrowTensorequal(相等)
自:0.4.0 起可用
声明 [源代码]
gboolean
garrow_tensor_equal (
GArrowTensor* tensor,
GArrowTensor* other_tensor
)
参数
other_tensor(其他张量)
-
类型:
GArrowTensor
要比较的
GArrowTensor
。数据由函数调用者拥有。
自:0.4.0 起可用
gboolean
garrow_tensor_equal (
GArrowTensor* tensor,
GArrowTensor* other_tensor
)
other_tensor(其他张量)
类型: GArrowTensor
要比较的 GArrowTensor
。
数据由函数调用者拥有。 |