Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
H A Dtftext_utils.cc63 inline TensorType GetInputType(func::FuncOp func, int idx) { in GetInputType() function
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dop_def_library_pybind.cc434 py::object GetInputType( in GetInputType() function
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkImage.cpp38 ETC_Decoder::InputType GetInputType(const vk::Format &format) in GetInputType() function
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes_vector.h495 DataType::Type GetInputType() const { return InputAt(0)->AsVecOperation()->GetPackedType(); } in GetInputType() function
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc1861 static PyObject* GetInputType(PyBaseDescriptor *self, void *closure) { in GetInputType() function
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc1861 static PyObject* GetInputType(PyBaseDescriptor *self, void *closure) { in GetInputType() function
/aosp_15_r20/external/golang-protobuf/types/descriptorpb/
H A Ddescriptor.pb.go1559 func (x *MethodDescriptorProto) GetInputType() string { func