Home
last modified time | relevance | path

Searched refs:external_objects_ (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Druntime.h68 if (external_objects_) { in stats()
69 stats.external_objects = external_objects_->stats(); in stats()
86 const ObjectManager* external_objects_; variable
Dapi2.cc395 : runtime_(std::move(runtime)), external_objects_(std::move(objects)) {} in InferenceRunnerImpl()
471 tie_factory->NewTensorTie(def, external_objects_.get(), &object)); in LinkTensors()
488 std::unique_ptr<ObjectManager> external_objects_; member in tflite::gpu::gl::__anon517d4d930111::InferenceRunnerImpl
Druntime.cc245 external_objects_(external_objects), in Runtime()
277 object, GetRef(object), external_objects_, &binding_func); in AddProgram()