Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/auto_grad/
Dnative_backward_function.cc68 InputType GetInputType(const ValuePtr &input) { in GetInputType() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/adapter/
Dcallback_impl.cc95 TypeId CallbackImpl::GetInputType(const AnfNodePtr &node, size_t i) { return AnfAlgo::GetInputDevic… in GetInputType() function in mindspore::graphkernel::CallbackImpl
378 TypeId CallbackImplWithInferShape::GetInputType(const AnfNodePtr &node, size_t i) { in GetInputType() function in mindspore::graphkernel::CallbackImplWithInferShape
/third_party/lame/dshow/
DEncoder.h92 HRESULT GetInputType(WAVEFORMATEX *pwfex) in GetInputType() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/graph_kernel/converter/
Dcallback_impl.cc74 TypeId CallbackImpl::GetInputType(const AnfNodePtr &node, size_t i) { return GetInputInferType(node… in GetInputType() function in mindspore::graphkernel::CallbackImpl
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkImage.cpp37 ETC_Decoder::InputType GetInputType(const vk::Format &format) in GetInputType() function
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc1958 static PyObject* GetInputType(PyBaseDescriptor *self, void *closure) { in GetInputType() function