HomeSort by relevance Sort by last modified time
    Searched full:runoninstruction (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
cudnn_convolution_algorithm_picker.h 49 StatusOr<bool> RunOnInstruction(HloInstruction* instr);
cudnn_convolution_algorithm_picker.cc 263 StatusOr<bool> CudnnConvolutionAlgorithmPicker::RunOnInstruction(
353 TF_ASSIGN_OR_RETURN(bool result, RunOnInstruction(instr));
cudnn_convolution_rewriter.cc 396 StatusOr<bool> RunOnInstruction(HloInstruction* conv) {
456 TF_ASSIGN_OR_RETURN(bool result, RunOnInstruction(conv));
  /external/llvm/lib/Target/ARM/
A15SDOptimizer.cpp 64 bool runOnInstruction(MachineInstr *MI);
577 bool A15SDOptimizer::runOnInstruction(MachineInstr *MI) {
696 Modified |= runOnInstruction(&*MI++);

Completed in 443 milliseconds