Home
last modified time | relevance | path

Searched refs:GetOutputType (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dmatrix_diag_test.cc48 TfLiteType GetOutputType() { in GetOutputType() function in tflite::__anon9bc5b3f80111::MatrixDiagOpModel
80 EXPECT_THAT(model.GetOutputType(), TypeParam::tflite_type); in TYPED_TEST()
97 EXPECT_THAT(model.GetOutputType(), TfLiteType::kTfLiteInt32); in TEST()
106 EXPECT_THAT(model.GetOutputType(), TfLiteType::kTfLiteUInt8); in TEST()
Dmatrix_set_diag_test.cc52 TfLiteType GetOutputType() { in GetOutputType() function in tflite::__anon289251030111::MatrixSetDiagOpModel
90 EXPECT_THAT(model.GetOutputType(), TypeParam::tflite_type); in TYPED_TEST()
103 EXPECT_THAT(model.GetOutputType(), TfLiteType::kTfLiteInt32); in TEST()
128 EXPECT_THAT(model.GetOutputType(), TfLiteType::kTfLiteInt32); in TEST()
/external/golang-protobuf/protoc-gen-go/grpc/
Dgrpc.go328 respName := "*" + g.typeName(method.GetOutputType())
339 outType := g.typeName(method.GetOutputType())
428 ret = "(*" + g.typeName(method.GetOutputType()) + ", error)"
452 ret = "(*" + g.typeName(method.GetOutputType()) + ", error)"
468 outType := g.typeName(method.GetOutputType())
/external/tensorflow/tensorflow/core/graph/
Dnode_builder.cc54 if (GetOutputType(src_node, src_index, &dt)) { in Input()
158 bool NodeBuilder::GetOutputType(const Node* node, int i, DataType* dt) { in GetOutputType() function in tensorflow::NodeBuilder
Dnode_builder.h148 bool GetOutputType(const Node* node, int i, DataType* dt);
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc1811 static PyObject* GetOutputType(PyBaseDescriptor *self, void *closure) { in GetOutputType() function
1831 { "output_type", (getter)GetOutputType, NULL, "Output type", NULL},
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1276 func (m *MethodDescriptorProto) GetOutputType() string { func