Searched refs:TwoStepTensorTie (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | api2.cc | 282 class TwoStepTensorTie : public TensorTie { class 284 explicit TwoStepTensorTie(const TensorTieDef& def) : TensorTie(def) {} in TwoStepTensorTie() function in tflite::gpu::gl::__anon64adbc2c0111::TwoStepTensorTie 298 auto tie_impl = absl::make_unique<TwoStepTensorTie>(def); in New() 372 TwoStepTensorTie::IsSupported(def, *converter_builder_)); in IsSupported() 381 if (TwoStepTensorTie::IsSupported(def, *converter)) { in NewTensorTie() 382 return TwoStepTensorTie::New(def, converter, objects, tie); in NewTensorTie()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | api.cc | 225 class TwoStepTensorTie : public TensorTie { class 227 explicit TwoStepTensorTie(const TensorTieDef& def) : TensorTie(def) {} in TwoStepTensorTie() function in tflite::gpu::cl::__anon409f18760111::TwoStepTensorTie 240 auto tie_impl = absl::make_unique<TwoStepTensorTie>(def); in New() 408 TwoStepTensorTie::IsSupported(def, *converter_builder_)); in IsSupported() 428 if (TwoStepTensorTie::IsSupported(def, *converter)) { in NewTensorTie() 429 return TwoStepTensorTie::New(def, internal_object, converter, &env_, tie); in NewTensorTie()
|