Home
last modified time | relevance | path

Searched defs:ElementsNum (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/benchmark/
Dcalib_output.h36 int ElementsNum() const { return elements_num_; } in ElementsNum() function
/third_party/mindspore/mindspore/lite/micro/example/mnist_x86/benchmark/
Dcalib_output.h36 int ElementsNum() const { return elements_num_; } in ElementsNum() function
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/src/
Dtensor.cc63 int MTensor::ElementsNum() const { in ElementsNum() function in mindspore::lite::MTensor
/third_party/mindspore/mindspore/lite/micro/example/mnist_x86/src/
Dtensor.cc63 int MTensor::ElementsNum() const { in ElementsNum() function in mindspore::lite::MTensor
/third_party/mindspore/mindspore/core/ir/
Dmeta_tensor.cc74 int MetaTensor::ElementsNum() const { return std::accumulate(shape_.begin(), shape_.end(), 1, std::… in ElementsNum() function in mindspore::tensor::MetaTensor
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dstrided_slice_grad_cpu_kernel.cc118 …auto ElementsNum = std::accumulate(output_shape_.begin(), output_shape_.end(), 1LL, std::multiplie… in LaunchKernel() local
/third_party/mindspore/mindspore/lite/src/
Dtensor.cc212 int Tensor::ElementsNum() const { in ElementsNum() function in mindspore::lite::Tensor
/third_party/mindspore/mindspore/lite/test/ut/src/registry/
Dregistry_gpu_custom_op_test.cc151 size_t ElementsNum{}; member