Home
last modified time | relevance | path

Searched refs:GetInputType (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dtftext_utils.cc65 inline TensorType GetInputType(FuncOp func, int idx) { in GetInputType() function
92 auto input_type = GetInputType(func, 0); in VerifyWhitespaceTokenizer()
159 auto input_values = GetInputType(func, kValues); in VerifyNgrams()
176 auto input_values = GetInputType(func, kValues); in VerifyNgrams()
191 auto input_row_splits = GetInputType(func, row_index); in VerifyNgrams()
278 auto values_type = GetInputType(func, 0); in VerifySgnnProjection()
282 auto row_splits_type = GetInputType(func, 1); in VerifySgnnProjection()
/external/golang-protobuf/protoc-gen-go/grpc/
Dgrpc.go324 reqArg := ", in *" + g.typeName(method.GetInputType())
338 inType := g.typeName(method.GetInputType())
431 reqArgs = append(reqArgs, "req *"+g.typeName(method.GetInputType()))
455 reqArgs = append(reqArgs, "*"+g.typeName(method.GetInputType()))
467 inType := g.typeName(method.GetInputType())
/external/swiftshader/src/Vulkan/
DVkImage.cpp36 ETC_Decoder::InputType GetInputType(const vk::Format &format) in GetInputType() function
1320 ETC_Decoder::InputType inputType = GetInputType(format); in decodeETC2()
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc1806 static PyObject* GetInputType(PyBaseDescriptor *self, void *closure) { in GetInputType() function
1830 { "input_type", (getter)GetInputType, NULL, "Input type", NULL},
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1269 func (m *MethodDescriptorProto) GetInputType() string { func