Home
last modified time | relevance | path

Searched refs:DT_COMPLEX128 (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/dump/proto/
Dge_dtype.proto40 DT_COMPLEX128 = 17; // complex128 type enumerator
/third_party/mindspore/third_party/proto/tensorflow/
Dtypes.proto36 DT_COMPLEX128 = 18; // Double-precision complex enumerator
Dtensor.proto71 // DT_COMPLEX128. dcomplex_val(2*i) and dcomplex_val(2*i+1) are real
/third_party/mindspore/mindspore/profiler/parser/
Dframework_parser.py85 DT_COMPLEX128 = 17 variable in GeDataType
/third_party/mindspore/mindspore/ccsrc/utils/
Danf_ir.proto93 DT_COMPLEX128 = 44; // type generate complex128 enumerator
/third_party/mindspore/mindspore/ccsrc/debug/
Ddump_proto.cc105 return irpb::DT_COMPLEX128; in GetNumberDataType()