Home
last modified time | relevance | path

Searched defs:ms_dtype (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/executor/tiling/
Dop_tiling_adapter.cc87 auto ms_dtype = AnfAlgo::GetOutputDeviceDataType(input_node, input_index); in ConvertInputShapeAndType() local
118 auto ms_dtype = AnfAlgo::GetOutputDeviceDataType(node, i); in ConvertOutputShapeAndType() local
157 auto ms_dtype = AnfAlgo::GetPrevNodeOutputDeviceDataType(node, index); in NewConstantOp() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/trt/
Dtrt_utils.h51 static std::variant<bool, nvinfer1::DataType> MsDtypeToTrtDtype(const TypeId &ms_dtype) { in MsDtypeToTrtDtype()
/third_party/mindspore/tests/st/ops/gpu/
Dtest_pyfunc_op.py47 def func_with_dtype(ms_dtype, np_dtype): argument