Home
last modified time | relevance | path

Searched refs:IMM_TRAITS (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dscalar.h82 IMM_TRAITS(BoolImmPtr, bool) in IMM_TRAITS() function
116 IMM_TRAITS(Int8ImmPtr, int8_t) in IMM_TRAITS() function
142 IMM_TRAITS(Int16ImmPtr, int16_t) in IMM_TRAITS() function
168 IMM_TRAITS(Int32ImmPtr, int32_t) in IMM_TRAITS() function
194 IMM_TRAITS(Int64ImmPtr, int64_t) in IMM_TRAITS() function
222 IMM_TRAITS(UInt8ImmPtr, uint8_t);
250 IMM_TRAITS(UInt16ImmPtr, uint16_t);
278 IMM_TRAITS(UInt32ImmPtr, uint32_t);
306 IMM_TRAITS(UInt64ImmPtr, uint64_t);
341 IMM_TRAITS(FP32ImmPtr, float) in IMM_TRAITS() function
[all …]
Dvalue.h230 IMM_TRAITS(StringImmPtr, std::string)
231 IMM_TRAITS(StringImmPtr, const char *)
Danf.h533 #define IMM_TRAITS(typeimm, prototype) \ macro