Home
last modified time | relevance | path

Searched defs:shape0 (Results 1 – 16 of 16) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/st/ops/graph_kernel/
Dtest_clip_by_norm_no_div_sum.py47 def run_clip_by_norm_no_div_sum(shape0, shape1, shape2, shape3, dtype): argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/base/
Darithmetic_base.cc112 auto shape0 = in_tensors_[FIRST_INPUT]->shape(); in ResetStatus() local
143 auto shape0 = a_matric_.shape; in OptimizeShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/sequence/
Dtensor_to_sequence_cpu_kernel.cc49 auto shape0 = inputs[kIndex0]->GetShapeVector(); in Resize() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dsparse_segment_sqrt_n_grad.cc51 auto shape0 = inputx->GetTensorShape(); in Compute() local
Dsparse_segment_mean_grad.cc56 auto shape0 = ctx.Input(0)->GetTensorShape(); in CheckShapePara() local
Dcholesky_grad.cc42 auto shape0 = input0->GetTensorShape(); in Compute() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dmemcpy_cpu_kernel.cc42 auto shape0 = inputs[kIndex0]->GetShapeVector(); in Resize() local
Dmatmul_cpu_kernel.cc293 auto shape0 = inputs[kIndex0]->GetShapeVector(); in Resize() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/opencl/kernel/
Darithmetic.cc200 auto shape0 = in_tensors_.at(0)->shape(); in InitGpuTensorInfoShape() local
Dmatmul.cc34 auto shape0 = in_tensors_.at(0)->shape(); in IsUseStrassenMatmul() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/math/
Dcombined_non_max_suppression_gpu_kernel.cc120 std::vector<int64_t> shape0 = {batch_size_, per_detections_, DimSize4}; in UpdateOutputShapeAndSize() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/_op_impl/_custom_op/
Dtranspose02314_impl.py106 def shape0(tik_instance, input_x, res, dtype): function
Dfused_abs_max1_impl.py78 def shape0(tik_instance, input_x_shape, input_x, res): function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/infer/
Dcommon_infer.c146 bool ShapeEqual(const int *shape0, size_t shape0_size, const int *shape1, size_t shape1_size) { in ShapeEqual()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/kernel/
Darithmetic.c283 int shape0[MAX_LEN] = {0}; in OptimizeArithmeticShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/model/
Dop_node.cc560 std::vector<int64_t> shape0 = inputs[0]->shape; in InferShape() local
578 std::vector<int64_t> shape0 = inputs[0]->shape; in InferShape() local