Searched defs:GetOutputType (Results 1 – 11 of 11) sorted by relevance
33 TypeId CacheManager::GetOutputType(const AnfNodePtr &node, size_t index) { in GetOutputType() function in mindspore::opt::CacheManager
55 std::shared_ptr<T> GetOutputType(const AbstractBasePtr &input_1, const AbstractBasePtr &input_2) { in GetOutputType() function
129 TypePtr GetOutputType(const PrimitivePtr &primitive, const AbstractBasePtr &queue) { in GetOutputType() function
97 TypeId CallbackImpl::GetOutputType(const AnfNodePtr &node, size_t i) { in GetOutputType() function in mindspore::graphkernel::CallbackImpl382 TypeId CallbackImplWithInferShape::GetOutputType(const AnfNodePtr &node, size_t i) { in GetOutputType() function in mindspore::graphkernel::CallbackImplWithInferShape
107 HRESULT GetOutputType(MPEG_ENCODER_CONFIG* pmabsi) in GetOutputType() function
76 TypeId CallbackImpl::GetOutputType(const AnfNodePtr &node, size_t i) { return GetOutputInferType(no… in GetOutputType() function in mindspore::graphkernel::CallbackImpl
297 enum DataType AscendDeviceInfo::GetOutputType() const { in GetOutputType() function in mindspore::AscendDeviceInfo
601 enum DataType AscendDeviceInfo::GetOutputType() const { in GetOutputType() function in mindspore::AscendDeviceInfo
668 enum DataType AscendDeviceInfo::GetOutputType() const { in GetOutputType() function in mindspore::AscendDeviceInfo
1963 static PyObject* GetOutputType(PyBaseDescriptor *self, void *closure) { in GetOutputType() function
4096 onnx::TensorProto_DataType OnnxExporter::GetOutputType(const AnfNodePtr &node, int64_t output_index… in GetOutputType() function in mindspore::OnnxExporter