Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_conv_algorithm_picker.cc579 ConvInstructionLog instr_log; in PickBestAlgorithmNoCacheCuda() local
580 *instr_log.mutable_instruction() = instr->ToProto(); in PickBestAlgorithmNoCacheCuda()
582 *instr_log.add_operand_shapes() = instr->operand(i)->shape().ToProto(); in PickBestAlgorithmNoCacheCuda()
583 instr_log.add_operand_addresses( in PickBestAlgorithmNoCacheCuda()
586 instr_log.set_result_address( in PickBestAlgorithmNoCacheCuda()
588 log.mutable_instr()->PackFrom(instr_log); in PickBestAlgorithmNoCacheCuda()