Searched refs:GetOutputType (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | matrix_diag_test.cc | 48 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()
|
D | matrix_set_diag_test.cc | 52 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/ |
D | grpc.go | 328 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/ |
D | node_builder.cc | 54 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
|
D | node_builder.h | 148 bool GetOutputType(const Node* node, int i, DataType* dt);
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 1811 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/ |
D | descriptor.pb.go | 1276 func (m *MethodDescriptorProto) GetOutputType() string { func
|