Home
last modified time | relevance | path

Searched defs:tensor_in (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/tests/ut/python/ops/
Dtest_int64_support.py29 def construct(self, inputs, tensor_in): argument
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/
Drec_cost.cc237 int64_t tensor_in = input_tensor_h * input_tensor_w * input_tensor_n * input_tensor_c; in GetOptimalStr() local
299 …int64_t tensor_in = static_cast<int64_t>(op.arguments[0].tensor_shape.shape_h * op.arguments[0].te… in GetMinCostIn() local
/third_party/mindspore/mindspore/lite/src/
Dlite_kernel.h240 auto tensor_in = mindspore::MSTensor(impl); in set_in_tensor() local
/third_party/mindspore/mindspore/core/abstract/
Dprim_others.cc402 auto tensor_in = CheckArg<AbstractTensor>(op_name, args_spec_list, 0); in InferImplAllSwap() local
/third_party/mindspore/mindspore/ops/operations/
Dcomm_ops.py608 def __check__(self, tensor_in, send_size, recv_size): argument