Home
last modified time | relevance | path

Searched defs:input_x (Results 1 – 25 of 151) sorted by relevance

1234567

/third_party/mindspore/mindspore/ops/_op_impl/_custom_op/
Dimg2col_impl.py37 def shape56_0(tik_instance, input_x, res, input_shape, shape_info): argument
64 def shape56_1(tik_instance, input_x, res, input_shape, shape_info): argument
92 def shape56_2(tik_instance, input_x, res, input_shape, shape_info): argument
116 def shape56_3(tik_instance, input_x, res, input_shape, shape_info): argument
144 def shape56_4(tik_instance, input_x, res, input_shape, shape_info): argument
173 def shape28_0(tik_instance, input_x, res, input_shape, shape_info): argument
201 def shape28_1(tik_instance, input_x, res, input_shape, shape_info): argument
240 def shape28_2(tik_instance, input_x, res, input_shape, shape_info): argument
288 def shape28_3(tik_instance, input_x, res, input_shape, shape_info): argument
316 def shape28_4(tik_instance, input_x, res, input_shape, shape_info): argument
[all …]
Dtranspose02314_impl.py61 def cus_transpose02314(input_x, output, kernel_name="cus_transpose021354"): argument
104 def shape0(tik_instance, input_x, res, dtype): argument
124 def shape1(tik_instance, input_x, res, dtype): argument
153 def shape2(tik_instance, input_x, res, dtype): argument
173 def shape3(tik_instance, input_x, res, dtype): argument
193 def shape4(tik_instance, input_x, res, dtype): argument
213 def shape5(tik_instance, input_x, res, dtype): argument
232 def shape6(tik_instance, input_x, res, dtype): argument
261 def shape7(tik_instance, input_x, res, dtype): argument
277 def shape8(tik_instance, input_x, res, dtype): argument
[all …]
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
171 def shape3_1000(tik_instance, input_x, res): argument
207 def shape3_1001(tik_instance, 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
330 def shape6(tik_instance, ori_shape, input_x, res): argument
362 def shape7(tik_instance, input_x_shape, input_x, res): argument
[all …]
Dfake_learned_scale_quant_perlayer.py74 def fake_learned_scale_quant_perlayer_param(input_x, alpha, quant_max, argument
111 def fake_learned_scale_quant_perlayer(input_x, alpha, quant_max, out, neg_trunc, argument
Dfake_learned_scale_quant_perchannel.py74 def fake_learned_scale_quant_perchannel_param(input_x, alpha, quant_max, channel_axis, argument
119 def fake_learned_scale_quant_perchannel(input_x, alpha, quant_max, out, neg_trunc, channel_axis, argument
Dfake_learned_scale_quant_perlayer_grad.py144 def fake_learned_scale_quant_perlayer_grad_d_param(input_x, alpha, quant_max, argument
182 def fake_learned_scale_quant_perlayer_grad_d(dout, input_x, alpha, quant_max, dx, dalpha, neg_trunc, argument
Dfake_learned_scale_quant_perchannel_grad.py143 def fake_learned_scale_quant_perchannel_grad_d_param(input_x, alpha, quant_max, channel_axis, argument
189 def fake_learned_scale_quant_perchannel_grad_d(dout, input_x, alpha, quant_max, dx, dalpha, neg_tru… argument
Dmatrix_combine_impl.py34 def cus_matrix_combine(input_x, output, kernel_name="cus_matrix_combine"): argument
Dcholesky_trsm_impl.py34 def cus_cholesky_trsm(input_x, output, kernel_name): argument
/third_party/mindspore/tests/ut/python/pipeline/parse/
Dtest_call_innetr_net_attr.py33 def construct(self, input_x): argument
46 def construct(self, input_x): argument
61 def construct(self, input_x, input_y): argument
72 def construct(self, input_x, input_y): argument
83 def construct(self, input_x, input_y): argument
/third_party/mindspore/tests/st/auto_monad/
Dtest_effect_ops.py81 def __init__(self, input_x): argument
106 def __init__(self, input_x): argument
131 def __init__(self, input_x): argument
156 def __init__(self, input_x): argument
181 def __init__(self, input_x): argument
206 def __init__(self, input_x): argument
231 def __init__(self, input_x): argument
256 def __init__(self, input_x): argument
281 def __init__(self, input_x): argument
306 def __init__(self, input_x): argument
[all …]
/third_party/mindspore/tests/st/ops/custom_ops_tbe/
Dsquare_impl.py26 def square_compute(input_x, output_y): argument
64 def CusSquareImpl(input_x, output_y, kernel_name="CusSquareImpl"): argument
/third_party/mindspore/tests/st/ops/gpu/
Dtest_logical_op.py30 def construct(self, input_x, input_y): argument
39 def construct(self, input_x, input_y): argument
48 def construct(self, input_x): argument
/third_party/mindspore/mindspore/nn/probability/distribution/_utils/
Dcustom_ops.py21 def exp_generic(input_x): argument
36 def log_generic(input_x): argument
/third_party/mindspore/tests/ut/python/exec/
Dtest_train.py74 def construct(self, input_x): argument
106 def construct(self, input_x): argument
136 def construct(self, input_x): argument
169 def construct(self, input_x): argument
Dtest_pooling.py31 def construct(self, input_x): argument
43 def construct(self, input_x): argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dselect_impl.cu23 __global__ void Select(const size_t size, const bool* cond, const T* input_x, const T* input_y, T* … in Select()
31 void CalSelect(const size_t size, const bool* cond, const T* input_x, const T* input_y, T* output, in CalSelect()
Dloss_with_reduction_impl.cu137 __global__ void KLDivLossKernel(const int input_size, const int reduction, const T *input_x, const … in KLDivLossKernel()
156 void KLDivLoss(const int &input_size, const int &reduction, const T *input_x, const T *input_y, T *… in KLDivLoss()
176 __global__ void KLDivLossGradKernel(const int input_size, const int reduction, const T *input_x, co… in KLDivLossGradKernel()
200 void KLDivLossGrad(const int &input_size, const int &reduction, const T *input_x, const T *input_y,… in KLDivLossGrad()
207 …al__ void BinaryCrossEntropyLossKernel(const int input_size, const int reduction, const T *input_x, in BinaryCrossEntropyLossKernel()
237 void BinaryCrossEntropyLoss(const int &input_size, const int &reduction, const T *input_x, const T … in BinaryCrossEntropyLoss()
257 … void BinaryCrossEntropyLossGradKernel(const int input_size, const int reduction, const T *input_x, in BinaryCrossEntropyLossGradKernel()
297 void BinaryCrossEntropyLossGrad(const int &input_size, const int &reduction, const T *input_x, cons… in BinaryCrossEntropyLossGrad()
/third_party/mindspore/tests/st/fusion/
Dtest_conv_bn1_fusion.py71 def construct(self, input_x): argument
99 def construct(self, input_x): argument
125 def construct(self, input_x): argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/
Dbinary_cross_entropy.c20 … void BinaryCrossEntropyLossKernel(const int input_size, const int reduction, const float *input_x, in BinaryCrossEntropyLossKernel()
38 void BinaryCrossEntropy(const int input_size, const int reduction, const float *input_x, const floa… in BinaryCrossEntropy()
/third_party/mindspore/mindspore/ops/_grad_experimental/
Dgrad_math_ops.py42 def bprop(input_x, input_y, out, dout): argument
92 def bprop(input_x, out, dout): argument
/third_party/mindspore/tests/st/ops/graph_kernel/
Dtest_batchnorm_grad.py28 …def construct(self, input_dy, input_x, input_scale, input_save_mean, input_save_inv_variance, inpu… argument
33 def get_output(input_dy, input_x, input_scale, input_save_mean, input_save_inv_variance, input_reve… argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dminimum_cpu_kernel.cc84 void MinimumCPUKernel<T>::BroadcastArith(const T *input_x, const T *input_y, T *output) const { in BroadcastArith() argument
157 … const size_t d6, const T *input_x, const T *input_y, T *output) const { in BroadcastArithKernel() argument
186 void MinimumCPUKernel<T>::BroadcastArithOneScalarOneTensor(const T *input_x, const T *input_y, T *o… in BroadcastArithOneScalarOneTensor() argument
199 void MinimumCPUKernel<T>::BroadcastArithTensors(const T *input_x, const T *input_y, T *output) cons… in BroadcastArithTensors() argument
Dmaximum_cpu_kernel.cc84 void MaximumCPUKernel<T>::BroadcastArith(const T *input_x, const T *input_y, T *output) const { in BroadcastArith() argument
157 … const size_t d6, const T *input_x, const T *input_y, T *output) const { in BroadcastArithKernel() argument
186 void MaximumCPUKernel<T>::BroadcastArithOneScalarOneTensor(const T *input_x, const T *input_y, T *o… in BroadcastArithOneScalarOneTensor() argument
199 void MaximumCPUKernel<T>::BroadcastArithTensors(const T *input_x, const T *input_y, T *output) cons… in BroadcastArithTensors() argument
/third_party/mindspore/tests/ut/python/train/
Dtest_amp.py41 def construct(self, input_x, label): argument
52 def construct(self, input_x): argument

1234567