Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h99 static StatusOr<Shape> InferBatchNormGradShape(const Shape& operand_shape,
Dhlo_verifier.cc1578 return CheckShape(batch_norm_grad, ShapeInference::InferBatchNormGradShape( in HandleBatchNormGrad()
Dshape_inference.cc1458 /* static */ StatusOr<Shape> ShapeInference::InferBatchNormGradShape( in InferBatchNormGradShape() function in xla::ShapeInference
Dhlo_parser.cc2392 return ShapeInference::InferBatchNormGradShape( in CreateInstruction()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2855 Shape shape, ShapeInference::InferBatchNormGradShape( in BatchNormGrad()