Home
last modified time | relevance | path

Searched defs:input_x_shape (Results 1 – 15 of 15) sorted by relevance

/third_party/mindspore/mindspore/ops/_op_impl/_custom_op/
Dfused_abs_max1_impl.py76 def shape0(tik_instance, input_x_shape, input_x, res): argument
100 def shape1(tik_instance, input_x_shape, ori_shape, input_x, res): argument
146 def shape2(tik_instance, input_x_shape, input_x, res): argument
242 def shape3(tik_instance, input_x_shape, ori_shape, input_x, res): argument
275 def shape4(tik_instance, input_x_shape, input_x, res): argument
302 def shape5(tik_instance, input_x_shape, input_x, res): argument
362 def shape7(tik_instance, input_x_shape, input_x, res): argument
392 def shape8(tik_instance, input_x_shape, input_x, res): argument
424 def shape9(tik_instance, input_x_shape, input_x, res): argument
465 def shape10(tik_instance, input_x_shape, input_x, res): argument
Dtranspose02314_impl.py42 def _error_feedback(input_x_shape): argument
/third_party/mindspore/mindspore/core/ops/
Dreduce.cc36 std::vector<int64_t> infer_shape_reduce(std::vector<int64_t> input_x_shape, const ValuePtr axis_val… in infer_shape_reduce()
73 …auto input_x_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[0]->BuildShape())[… in InferShape() local
/third_party/mindspore/mindspore/ops/operations/
D_embedding_cache_ops.py50 def check_shape(self, input_x_shape, indices_shape, update_shape, max_num_shape): argument
95 def check_shape(self, input_x_shape, max_num_shape, offset_shape): argument
302 def check_shape(self, input_x_shape, cum_sum_arr_shape, shift_idx_shape): argument
Darray_ops.py3824 def infer_shape(self, input_x_shape, indices_shape, updates_shape): argument
3909 def infer_shape(self, input_x_shape, indices_shape, updates_shape): argument
6236 def infer_shape(self, input_x_shape, indices_shape, updates_shape): argument
6320 def infer_shape(self, input_x_shape, indices_shape, updates_shape): argument
6405 def infer_shape(self, input_x_shape, indices_shape, updates_shape): argument
D_quant_ops.py226 def infer_shape(self, input_x_shape, alpha_shape, quant_max_shape): argument
383 def infer_shape(self, input_x_shape, alpha_shape, quant_max_shape): argument
Dnn_ops.py3861 def infer_shape(self, input_x_shape, weight_shape): argument
/third_party/mindspore/mindspore/core/ops/grad/
Dsoft_shrink_grad.cc39 …auto input_x_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[1]->BuildShape())[… in SoftShrinkGradInferShape() local
Dhsigmoid_grad.cc43 …auto input_x_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[1]->BuildShape())[… in InferShape() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dmap_uniform_cpu_kernel.cc58 auto input_x_shape = AnfAlgo::GetPrevNodeOutputInferShape(node, 0); in LaunchKernel() local
Ddynamic_assign_cpu_kernel.cc65 auto input_x_shape = AnfAlgo::GetPrevNodeOutputInferShape(node, 0); in LaunchKernel() local
Dassign_cpu_kernel.cc41 auto input_x_shape = AnfAlgo::GetPrevNodeOutputInferShape(kernel_node, 0); in InitKernel() local
Dl2normalize_grad_cpu_kernel.cc79 auto input_x_shape = input_shape_list_[0]; in CheckInputShape() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_adapter.cc260 auto input_x_shape = AnfAlgo::GetOutputInferShape(anf_node, 0); in GenTopKV2IndicesTensorInfo() local
/third_party/mindspore/mindspore/ccsrc/transform/express_ir/
Donnx_exporter.cc1069 auto input_x_shape = dyn_cast<abstract::Shape>(node->input(kOneNum)->Shape()); in ExportPrimBatchMatMul() local