Home
last modified time | relevance | path

Searched defs:IsEmptyTensor (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dsparse_segment_mean.cc34 bool IsEmptyTensor(const std::vector<int64_t> &dims) { in IsEmptyTensor() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/utils/
Dkernel_util.cc113 bool IsEmptyTensor(Tensor *tensor) { in IsEmptyTensor() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_proto/utils/
Dutil.cc869 bool IsEmptyTensor(const std::vector<int64_t> &dims) { in IsEmptyTensor() function
1096 bool IsEmptyTensor(TensorDesc tensor_desc) { return IsEmptyTensor(tensor_desc.GetShape()); } in IsEmptyTensor() function
1098 bool IsEmptyTensor(const Shape &ge_shape) { in IsEmptyTensor() function