Searched defs:GetDtype (Results 1 – 6 of 6) sorted by relevance
36 TypePtr AnfNodeHolderWithDeviceInfo::GetDtype() { return TypeIdToType(Callback::Instance()->GetOutp… in GetDtype() function in mindspore::graphkernel::expander::AnfNodeHolderWithDeviceInfo40 TypePtr AnfNodeHolderWithHostInfo::GetDtype() { in GetDtype() function in mindspore::graphkernel::expander::AnfNodeHolderWithHostInfo
79 TypePtr CppInfer::GetDtype(const NodePtr &node) { in GetDtype() function in mindspore::expander::CppInfer
44 TypePtr GetDtype(const NodePtr &node) const { return node->dtype(); } in GetDtype() function
67 TypePtr GetDtype(const NodePtr &node) const { return node->dtype(); } in GetDtype() function
179 py::object TensorNode::GetDtype() { in GetDtype() function in mindspore::stub::TensorNode
247 napi_value MSTensorNapi::GetDtype(napi_env env, napi_callback_info info) { in GetDtype() function in mindspore::MSTensorNapi