Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
H A Dgpu_operation.h221 absl::Status GetTensorDescriptor(const std::string& tensor_name,
H A Dgpu_operation.cc346 GetTensorDescriptor(second_elementwise_tensor_name_, &tensor_desc)); in ResolveSecondElementwiseInput()
362 absl::Status GPUOperation::GetTensorDescriptor(const std::string& tensor_name, in GetTensorDescriptor() function in tflite::gpu::GPUOperation