| /third_party/mindspore/mindspore-src/source/tests/st/fallback/ |
| D | test_graph_fallback_runtime_setattr.py | 40 def __init__(self, origin_input): argument 66 def __init__(self, origin_input): argument 97 def __init__(self, origin_input): argument 123 def __init__(self, origin_input): argument 149 def __init__(self, origin_input): argument 178 def __init__(self, origin_input): argument 204 def __init__(self, origin_input): argument 230 def __init__(self, origin_input): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/ |
| D | fractional_max_pool_grad_with_fixed_ksize_impl.cu | 21 __global__ void Fractionalmaxpoolgradwithfixedksize(const T *origin_input, const T *out_backprop, S… in Fractionalmaxpoolgradwithfixedksize() 36 cudaError_t CalFractionalmaxpoolgradwithfixedksize(const T *origin_input, const T *out_backprop, S … in CalFractionalmaxpoolgradwithfixedksize()
|
| D | fractionalmaxpool3dgradwithfixedksize_impl.cu | 30 __global__ void Fractionalmaxpool3dgradwithfixedksize(const T *origin_input, const T *out_backprop,… in Fractionalmaxpool3dgradwithfixedksize() 45 cudaError_t CalFractionalmaxpool3dgradwithfixedksize(const T *origin_input, const T *out_backprop, … in CalFractionalmaxpool3dgradwithfixedksize()
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/acl/mapper/ |
| D | lp_normalization_mapper.cc | 50 auto origin_input = cnode->inputs()[kNameLpNormInputNum]; in Mapper() local
|
| /third_party/mindspore/mindspore-src/source/tests/st/ops/gpu/ |
| D | test_fractional_max_pool_with_fixed_ksize_op.py | 39 def construct(self, origin_input, out_backprop, argmax): argument
|
| D | test_fractionalmaxpool3dwithfixedksize_op.py | 39 def construct(self, origin_input, out_backprop, argmax): argument
|
| /third_party/mindspore/mindspore-src/source/tests/st/ops/ |
| D | test_fractionalmaxpool3dwithfixedksize.py | 40 def construct(self, origin_input, out_backprop, argmax): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/ |
| D | export_model.cc | 201 auto origin_input = cnode->input(i); in CloneFuncGraph() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/ |
| D | fractional_max_pool_3d_grad_with_fixed_ksize.cc | 39 Tensor *origin_input = ctx.Input(0); in GetInputAndCheck() local
|
| D | fractional_max_pool_grad_with_fixed_ksize.cc | 57 Tensor *origin_input = ctx.Input(0); in Compute() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/graph/ |
| D | core_infershape_pass.cc | 314 auto origin_input = return_node->inputs(); in SetSubGraphOutput() local
|
| D | infershape_pass.cc | 395 auto origin_input = return_node->inputs(); in SetSubGraphOutput() local
|
| D | transpose_strategy.cc | 106 auto origin_input = node_infer_shape->GetIntVecInput(cnode, input_index); in TransformAttrByAxes() local
|
| D | decrease_transpose_algo.cc | 681 auto origin_input = return_node->inputs(); in SetSubGraphOutput() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/pass/ |
| D | insert_type_transform_op.cc | 590 bool InsertTypeTransformOp::IsInputUpdated(const AnfNodePtr &origin_input, const AnfNodePtrList &ne… in IsInputUpdated() argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/ |
| D | _grad_ops.py | 653 def __infer__(self, origin_input, dout, mean_matrix, kernel_matrix): argument 670 def __infer__(self, origin_input, dout): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/express_ir/ |
| D | onnx_exporter.cc | 88 static AnfNodePtr GetRealInput(const AnfNodePtr &origin_input) { in GetRealInput()
|