Home
last modified time | relevance | path

Searched refs:add_objects (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
Dobject_detection_average_precision_stage_test.cc47 auto* object_1 = ground_truth.add_objects(); in GetGroundTruthDetectionResult()
55 auto* object_2 = ground_truth.add_objects(); in GetGroundTruthDetectionResult()
63 auto* object_3 = ground_truth.add_objects(); in GetGroundTruthDetectionResult()
77 auto* object_1 = predicted.add_objects(); in GetPredictedDetectionResult()
86 auto* object_2 = predicted.add_objects(); in GetPredictedDetectionResult()
95 auto* object_3 = predicted.add_objects(); in GetPredictedDetectionResult()
Dobject_detection_stage.cc118 auto* object = predicted_objects_.add_objects(); in Run()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dserialization.cc373 program_builder.add_objects(fb_objects); in AddProgram()
/external/flatbuffers/include/flatbuffers/
Dreflection_generated.h1104 …void add_objects(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<reflection::Object>>>… in add_objects() function
1150 builder_.add_objects(objects);
/external/llvm-project/flang/include/flang/Semantics/
Dsymbol.h304 void add_objects(const SymbolVector &objects) { in add_objects() function
/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp4304 groupSymbol->get<NamelistDetails>().add_objects(details.objects()); in Pre()