/external/tensorflow/tensorflow/lite/kernels/ |
D | matrix_diag_test.cc | 48 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()
|
D | matrix_set_diag_test.cc | 52 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/ |
D | node_builder.cc | 59 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
|
D | node_builder.h | 152 bool GetOutputType(const Node* node, int i, DataType* dt);
|
/external/armnn/tests/ImageTensorGenerator/ |
D | ImageTensorGenerator.cpp | 247 armnn::DataType GetOutputType() in GetOutputType() function in __anon95ab270d0111::CommandLineProcessor 293 const armnn::DataType outputType(cmdline.GetOutputType()); in main()
|
/external/golang-protobuf/reflect/protodesc/ |
D | desc_resolve.go | 97 m.L1.Output, err = r.findMessageDescriptor(s.FullName(), partialName(md.GetOutputType()), false)
|
/external/cronet/third_party/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 1866 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/ |
D | descriptor.cc | 1866 static PyObject* GetOutputType(PyBaseDescriptor *self, void *closure) { in GetOutputType() function 1894 {"output_type", (getter)GetOutputType, nullptr, "Output type", nullptr},
|
/external/golang-protobuf/types/descriptorpb/ |
D | descriptor.pb.go | 1566 func (x *MethodDescriptorProto) GetOutputType() string { func
|