Searched refs:IsLinkable (Results 1 – 5 of 5) sorted by relevance
53 bool IsLinkable() const;
73 bool ComputeTask::IsLinkable() const { return operation_->IsLinkable(); } in IsLinkable() function in tflite::gpu::metal::ComputeTask
338 if (!linkable_node.task.IsLinkable() || linkable_node.outputs.size() != 1 || in Merge()
135 bool IsLinkable() const { return elementwise_ && linkable_; } in IsLinkable() function
431 if (!linkable_node.cl_operation.GetGpuOperation().IsLinkable() || in Merge()