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.cc126 HloBatchNormInferenceInstruction::HloBatchNormInferenceInstruction( in HloBatchNormInferenceInstruction() function in xla::HloBatchNormInferenceInstruction
138 HloBatchNormInferenceInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl()
142 return absl::make_unique<HloBatchNormInferenceInstruction>( in CloneWithNewOperandsImpl()
Dhlo_instructions.h76 class HloBatchNormInferenceInstruction : public HloBatchNormInstruction {
78 explicit HloBatchNormInferenceInstruction(
Dhlo_instruction.cc1337 return absl::make_unique<HloBatchNormInferenceInstruction>( in CreateBatchNormInference()