Searched refs:CopyToExternalObject (Results 1 – 3 of 3) sorted by relevance
78 absl::Status CopyToExternalObject() final { return absl::OkStatus(); } in CopyToExternalObject() function in tflite::gpu::cl::__anon409f18760111::NoopTensorTie120 absl::Status CopyToExternalObject() final { in CopyToExternalObject() function in tflite::gpu::cl::__anon409f18760111::DefaultTensorTie246 absl::Status CopyToExternalObject() final { in CopyToExternalObject() function in tflite::gpu::cl::__anon409f18760111::TwoStepTensorTie247 RETURN_IF_ERROR(inner_tie_->CopyToExternalObject()); in CopyToExternalObject()248 return outer_tie_->CopyToExternalObject(); in CopyToExternalObject()353 absl::Status CopyToExternalObject() final { in CopyToExternalObject() function in tflite::gpu::cl::__anon409f18760111::GlBufferHolder354 return tie_->CopyToExternalObject(); in CopyToExternalObject()519 return outputs_[index]->CopyToExternalObject(); in CopyToExternalOutput()
73 virtual absl::Status CopyToExternalObject() = 0;
118 absl::Status CopyToExternalObject() final { in CopyToExternalObject() function in tflite::gpu::gl::__anon64adbc2c0111::DefaultTensorTie304 absl::Status CopyToExternalObject() final { in CopyToExternalObject() function in tflite::gpu::gl::__anon64adbc2c0111::TwoStepTensorTie305 RETURN_IF_ERROR(inner_tie_->CopyToExternalObject()); in CopyToExternalObject()306 return outer_tie_->CopyToExternalObject(); in CopyToExternalObject()454 RETURN_IF_ERROR(obj->CopyToExternalObject()); in Run()