Home
last modified time | relevance | path

Searched defs:input_ (Results 1 – 25 of 93) sorted by relevance

1234

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/fusion/
Dresize_fusion.h44 mutable VarPtr input_ = nullptr; variable
56 mutable VarPtr input_ = nullptr; variable
Dtf_bidirection_gru_fusion.h83 mutable VarPtr input_; variable
Dffn_fusion.h56 mutable VarPtr input_[kMaxPatternNum] = {nullptr}; variable
/third_party/mindspore/mindspore-src/source/tests/st/ops/ascend/test_tbe_ops/
Dtest_stridedslice_grad.py32 def construct(self, input_, output_grad): argument
45 def construct(self, input_): argument
50 def me_stridedslice(input_, begin, end, stride, gradients): argument
Dtest_pow.py32 def construct(self, input_, exp): argument
36 def pow_forward_me_impl(input_, exp): argument
Dtest_transpose_d.py32 def construct(self, input_): argument
37 def ms_transpose(input_, perm_in): argument
Dtest_layernorm_grad.py33 def construct(self, input_, output_grad,): argument
43 def construct(self, input_): argument
Dtest_gelu_grad_sens.py33 def construct(self, input_, output_grad): argument
37 def gelu_backward_me_impl(input_, output_grad): argument
Dtest_fast_gelu_grad_sens.py35 def construct(self, input_, output_grad): argument
39 def fast_gelu_backward_me_impl(input_, output_grad): argument
Dtest_bn_infer_grad.py35 def construct(self, input_, output_grad): argument
/third_party/mindspore/mindspore-src/source/tests/ut/python/parallel/
Dtest_auto_parallel_flag.py56 def construct(self, input_): argument
70 def construct(self, input_): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dquantile.h55 Tensor *input_ = nullptr; variable
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/wrapper/fp32/
Dpooling_fp32_wrapper.h23 const float *input_; member
Dscale_fp32_wrapper.h23 const float *input_; member
Dactivation_fp32_wrapper.h23 const float *input_; member
Dtranspose_fp32_wrapper.h24 const void *input_; member
/third_party/mindspore/mindspore-src/source/tests/ut/python/optimizer/
Dtest_optimizer_with_loss_scale.py56 def construct(self, input_): argument
70 def construct(self, input_): argument
/third_party/skia/third_party/externals/tint/src/utils/io/
Dcommand.h78 std::string input_; variable
/third_party/mindspore/mindspore-src/source/tests/st/auto_parallel/
Donehot_model_parallel.py62 def construct(self, input_, indices): argument
70 def get_parallel_blocks(self, input_, strategy): argument
/third_party/mindspore/mindspore-src/source/tests/st/ops/cpu/
Dtest_avgpool_grad_op.py34 def construct(self, input_, output_grad): argument
/third_party/mindspore/mindspore-src/source/tests/st/ops/ascend/
Dtest_dynamic_gru_v2_grad.py50 def construct(self, input_, output_grad): argument
/third_party/mindspore/mindspore-src/source/tests/st/ops/ascend/test_acl_ops/
Dtest_relu.py36 def construct(self, input_): argument
Dtest_reduce.py36 def construct(self, input_): argument
/third_party/mindspore/mindspore-src/source/tests/st/ops/dynamic_shape/
Dtest_transpose_dyn.py31 def construct(self, input_): argument
/third_party/gn/src/gn/
Dtokenizer.h96 const std::string_view input_; variable

1234