Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc161 HloBatchNormInferenceInstruction::HloBatchNormInferenceInstruction( in HloBatchNormInferenceInstruction() function in xla::HloBatchNormInferenceInstruction
173 HloBatchNormInferenceInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl()
177 return std::make_unique<HloBatchNormInferenceInstruction>( in CloneWithNewOperandsImpl()
Dhlo_instructions.h139 class HloBatchNormInferenceInstruction : public HloBatchNormInstruction {
141 explicit HloBatchNormInferenceInstruction(
Dhlo_instruction.cc1636 return std::make_unique<HloBatchNormInferenceInstruction>( in CreateBatchNormInference()