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.cc123 HloBatchNormInferenceInstruction::HloBatchNormInferenceInstruction( in HloBatchNormInferenceInstruction() function in xla::HloBatchNormInferenceInstruction
135 HloBatchNormInferenceInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl()
139 return absl::make_unique<HloBatchNormInferenceInstruction>( in CloneWithNewOperandsImpl()
Dhlo_instructions.h74 class HloBatchNormInferenceInstruction : public HloBatchNormInstruction {
76 explicit HloBatchNormInferenceInstruction(
Dhlo_instruction.cc1076 return absl::make_unique<HloBatchNormInferenceInstruction>( in CreateBatchNormInference()