Home
last modified time | relevance | path

Searched defs:input_tensor_list (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/ir/execute/
Dbindings.cc43 ….def("__call__", [](Execute &self, const std::vector<std::shared_ptr<Tensor>> &input_tensor_list) { in __anon30679f650102()
/third_party/mindspore/mindspore/dataset/transforms/
Dc_transforms.py34 def __call__(self, *input_tensor_list):
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/
Dcommon_infer.c427 TensorListC *input_tensor_list = (TensorListC *)inputs[i]; in InferFlag() local
/third_party/mindspore/mindspore/dataset/audio/
Dtransforms.py38 def __call__(self, *input_tensor_list):
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dexecute.cc268 Status Execute::operator()(const std::vector<MSTensor> &input_tensor_list, std::vector<MSTensor> *o… in operator ()()
/third_party/mindspore/mindspore/dataset/vision/
Dc_transforms.py66 def __call__(self, *input_tensor_list):