Home
last modified time | relevance | path

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

1234

/third_party/mindspore/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_transpose_d.py32 def construct(self, input_): argument
37 def ms_transpose(input_, perm_in): argument
Dtest_pow.py32 def construct(self, input_, exp): argument
36 def pow_forward_me_impl(input_, exp): argument
Dtest_layernorm_grad.py33 def construct(self, input_, output_grad,): argument
43 def construct(self, input_): argument
Dtest_fast_gelu_grad_sens.py33 def construct(self, input_, output_grad): argument
37 def fast_gelu_backward_me_impl(input_, output_grad): argument
Dtest_gelu_grad_sens.py33 def construct(self, input_, output_grad): argument
37 def gelu_backward_me_impl(input_, output_grad): argument
Dtest_relu_v2_grad.py34 def construct(self, input_): argument
Dtest_maxpool_grad.py34 def construct(self, input_, output_grad): argument
Dtest_batchnorm_grad.py37 def construct(self, input_, output_grad): argument
/third_party/mindspore/tests/ut/python/parallel/
Dtest_auto_parallel_flag.py56 def construct(self, input_): argument
70 def construct(self, input_): argument
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/
Dbatchnorm_fp16.h39 float16_t *input_ = nullptr; variable
Dscale_fp16.h48 float16_t *input_ = nullptr; variable
/third_party/mindspore/tests/st/ops/cpu/
Dtest_avgpool_grad_op.py34 def construct(self, input_, output_grad): argument
Dtest_square_op.py35 def construct(self, input_, output_grad): argument
Dtest_abs_op.py35 def construct(self, input_, output_grad): argument
Dtest_hsigmoid_op.py36 def construct(self, input_, output_grad): argument
Dtest_neg_op.py35 def construct(self, input_, output_grad): argument
/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/
Dtf_bidirection_gru_fusion.h84 mutable VarPtr input_; variable
/third_party/skia/third_party/externals/tint/src/utils/io/
Dcommand.h78 std::string input_; variable
/third_party/mindspore/tests/ut/python/optimizer/
Dtest_optimizer_with_loss_scale.py59 def construct(self, input_): argument
73 def construct(self, input_): argument
/third_party/mindspore/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/tests/st/ops/ascend/
Dtest_conv_grad.py36 def construct(self, input_, output_grad): argument
Dtest_maxpool_grad.py34 def construct(self, input_, output_grad): argument
Dtest_simplemean_grad.py34 def construct(self, input_, output_grad): argument
/third_party/gn/src/gn/
Dtokenizer.h96 const std::string_view input_; variable

1234