Searched refs:RunOnInstruction (Results 1 – 5 of 5) sorted by relevance
132 StatusOr<bool> RunOnInstruction(CusolverContext* context, in RunOnInstruction() function170 TF_ASSIGN_OR_RETURN(bool result, RunOnInstruction(&context, instruction)); in RunOnComputation()
52 StatusOr<bool> RunOnInstruction(HloInstruction* instr);
277 static StatusOr<bool> RunOnInstruction(HloInstruction* instr, in RunOnInstruction() function308 TF_ASSIGN_OR_RETURN(bool result, RunOnInstruction(instr, se, allocator)); in RunOnComputation()
692 StatusOr<bool> RunOnInstruction(HloInstruction* conv) { in RunOnInstruction() function728 TF_ASSIGN_OR_RETURN(bool result, RunOnInstruction(conv)); in RunOnComputation()
767 StatusOr<bool> GpuConvAlgorithmPicker::RunOnInstruction(HloInstruction* instr) { in RunOnInstruction() function in xla::gpu::GpuConvAlgorithmPicker830 TF_ASSIGN_OR_RETURN(bool result, RunOnInstruction(instr)); in RunOnComputation()