Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dmatrix_diag_test.cc48 TfLiteType GetOutputType() { in GetOutputType() function in tflite::__anone9de85d60111::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::__anon985ce1e10111::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/tensorflow/tensorflow/core/graph/
Dnode_builder.cc59 if (GetOutputType(src_node, src_index, &dt)) { in Input()
172 bool NodeBuilder::GetOutputType(const Node* node, int i, DataType* dt) { in GetOutputType() function in tensorflow::NodeBuilder
Dnode_builder.h152 bool GetOutputType(const Node* node, int i, DataType* dt);
/external/armnn/tests/ImageTensorGenerator/
DImageTensorGenerator.cpp247 armnn::DataType GetOutputType() in GetOutputType() function in __anon95ab270d0111::CommandLineProcessor
293 const armnn::DataType outputType(cmdline.GetOutputType()); in main()
/external/golang-protobuf/reflect/protodesc/
Ddesc_resolve.go97 m.L1.Output, err = r.findMessageDescriptor(s.FullName(), partialName(md.GetOutputType()), false)
/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc1866 static PyObject* GetOutputType(PyBaseDescriptor *self, void *closure) { in GetOutputType() function
1894 {"output_type", (getter)GetOutputType, nullptr, "Output type", nullptr},
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc1866 static PyObject* GetOutputType(PyBaseDescriptor *self, void *closure) { in GetOutputType() function
1894 {"output_type", (getter)GetOutputType, nullptr, "Output type", nullptr},
/external/golang-protobuf/types/descriptorpb/
Ddescriptor.pb.go1566 func (x *MethodDescriptorProto) GetOutputType() string { func