Searched refs:CopyToExternalObject (Results 1 – 3 of 3) sorted by relevance
79 absl::Status CopyToExternalObject() final { return absl::OkStatus(); } in CopyToExternalObject() function in tflite::gpu::cl::__anon5c28a8220111::NoopTensorTie121 absl::Status CopyToExternalObject() final { in CopyToExternalObject() function in tflite::gpu::cl::__anon5c28a8220111::DefaultTensorTie247 absl::Status CopyToExternalObject() final { in CopyToExternalObject() function in tflite::gpu::cl::__anon5c28a8220111::TwoStepTensorTie248 RETURN_IF_ERROR(inner_tie_->CopyToExternalObject()); in CopyToExternalObject()249 return outer_tie_->CopyToExternalObject(); in CopyToExternalObject()354 absl::Status CopyToExternalObject() final { in CopyToExternalObject() function in tflite::gpu::cl::__anon5c28a8220111::GlBufferHolder355 return tie_->CopyToExternalObject(); in CopyToExternalObject()521 RETURN_IF_ERROR(outputs_[index]->CopyToExternalObject()); in CopyToExternalOutput()539 RETURN_IF_ERROR(output->CopyToExternalObject()); in Run()
118 absl::Status CopyToExternalObject() final { in CopyToExternalObject() function in tflite::gpu::gl::__anonf16941580111::DefaultTensorTie304 absl::Status CopyToExternalObject() final { in CopyToExternalObject() function in tflite::gpu::gl::__anonf16941580111::TwoStepTensorTie305 RETURN_IF_ERROR(inner_tie_->CopyToExternalObject()); in CopyToExternalObject()306 return outer_tie_->CopyToExternalObject(); in CopyToExternalObject()454 RETURN_IF_ERROR(obj->CopyToExternalObject()); in Run()
73 virtual absl::Status CopyToExternalObject() = 0;