Home
last modified time | relevance | path

Searched refs:tie_factory_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dapi.cc674 tie_factory_ = absl::make_unique<TensorTieFactory>( in Initialize()
677 tie_factory_ = in Initialize()
700 tie_factory_ = absl::make_unique<TensorTieFactory>( in Initialize()
703 tie_factory_ = in Initialize()
739 if (!tie_factory_->IsSupported(def)) { in SetInputObjectDef()
753 if (!tie_factory_->IsSupported(def)) { in SetOutputObjectDef()
775 runner_impl->Initialize(inputs_, outputs_, tie_factory_.get())); in Build()
830 std::unique_ptr<TensorTieFactory> tie_factory_; member in tflite::gpu::cl::__anon409f18760111::InferenceBuilderImpl
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dapi2.cc503 tie_factory_(env_options_) {} in InferenceBuilderImpl()
532 if (!tie_factory_.IsSupported(def)) { in SetInputObjectDef()
546 if (!tie_factory_.IsSupported(def)) { in SetOutputObjectDef()
582 RETURN_IF_ERROR(runner_impl->Initialize(inputs_, outputs_, &tie_factory_)); in Build()
656 TensorTieFactory tie_factory_; member in tflite::gpu::gl::__anon64adbc2c0111::InferenceBuilderImpl