Home
last modified time | relevance | path

Searched refs:RunOnInstruction (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcusolver_rewriter.cc132 StatusOr<bool> RunOnInstruction(CusolverContext* context, in RunOnInstruction() function
170 TF_ASSIGN_OR_RETURN(bool result, RunOnInstruction(&context, instruction)); in RunOnComputation()
Dgpu_conv_algorithm_picker.h52 StatusOr<bool> RunOnInstruction(HloInstruction* instr);
Dgemm_algorithm_picker.cc277 static StatusOr<bool> RunOnInstruction(HloInstruction* instr, in RunOnInstruction() function
308 TF_ASSIGN_OR_RETURN(bool result, RunOnInstruction(instr, se, allocator)); in RunOnComputation()
Dgpu_conv_rewriter.cc692 StatusOr<bool> RunOnInstruction(HloInstruction* conv) { in RunOnInstruction() function
728 TF_ASSIGN_OR_RETURN(bool result, RunOnInstruction(conv)); in RunOnComputation()
Dgpu_conv_algorithm_picker.cc767 StatusOr<bool> GpuConvAlgorithmPicker::RunOnInstruction(HloInstruction* instr) { in RunOnInstruction() function in xla::gpu::GpuConvAlgorithmPicker
830 TF_ASSIGN_OR_RETURN(bool result, RunOnInstruction(instr)); in RunOnComputation()