Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/acl_ir/
Dop_api_convert.h210 inline aclTensor *ConvertType(const mindspore::kernel::KernelTensor *tensor) { in ConvertType() function
262 inline aclTensor *ConvertType(const device::DeviceAddressPtr &device_address) { in ConvertType() function
314 inline aclTensor *ConvertType(mindspore::kernel::KernelTensor *tensor) { in ConvertType() function
318 inline aclTensor *ConvertType(std::pair<mindspore::kernel::KernelTensor *, bool> tensor_and_trans) { in ConvertType() function
399 inline aclTensor *ConvertType(const tensor::BaseTensorPtr &tensor) { in ConvertType() function
433 inline aclTensor *ConvertType(const std::optional<tensor::BaseTensorPtr> &value) { in ConvertType() function
440 inline aclIntArray *ConvertType(const std::vector<int64_t> &int_array) { in ConvertType() function
448 inline aclFloatArray *ConvertType(const std::vector<float> &float_array) { in ConvertType() function
456 inline aclBoolArray *ConvertType(const std::vector<uint8_t> &bool_array) { in ConvertType() function
464 inline aclTensorList *ConvertType(const std::vector<tensor::BaseTensorPtr> &tensor_list) { in ConvertType() function
[all …]
Dacl_convert.cc962 aclDataType AclConverter::ConvertType(TypeId type) { in ConvertType() function in mindspore::transform::AclConverter
/third_party/flatbuffers/lua/flatbuffers/
DnumTypes.lua55 function type_mt:ConvertType(n, otherType) function
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_impl.cc331 const Type* ParserImpl::ConvertType(uint32_t type_id, PtrAs ptr_as) { in ConvertType() function in tint::reader::spirv::ParserImpl
930 const Type* ParserImpl::ConvertType( in ConvertType() function in tint::reader::spirv::ParserImpl
940 const Type* ParserImpl::ConvertType( in ConvertType() function in tint::reader::spirv::ParserImpl
949 const Type* ParserImpl::ConvertType( in ConvertType() function in tint::reader::spirv::ParserImpl
959 const Type* ParserImpl::ConvertType( in ConvertType() function in tint::reader::spirv::ParserImpl
972 const Type* ParserImpl::ConvertType( in ConvertType() function in tint::reader::spirv::ParserImpl
987 const Type* ParserImpl::ConvertType( in ConvertType() function in tint::reader::spirv::ParserImpl
1070 const Type* ParserImpl::ConvertType( in ConvertType() function in tint::reader::spirv::ParserImpl
1219 const Type* ParserImpl::ConvertType(uint32_t type_id, in ConvertType() function in tint::reader::spirv::ParserImpl
Dparser_impl_test_helper.h167 const Type* ConvertType(uint32_t id) { return impl_.ConvertType(id); } in ConvertType() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DModifyStruct.h24 enum class ConvertType enum