Home
last modified time | relevance | path

Searched defs:scale_shape (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dbatchnorm_expander_test.cc58 Shape scale_shape = ShapeUtil::MakeShape(F32, {2}); in TEST_F() local
93 Shape scale_shape = ShapeUtil::MakeShape(F32, {2}); in TEST_F() local
Dshape_inference.cc1200 const Shape& operand_shape, const Shape& scale_shape, in InferBatchNormTrainingShape()
1305 const Shape& operand_shape, const Shape& scale_shape, in InferBatchNormInferenceShape()
1449 const Shape& operand_shape, const Shape& scale_shape, in InferBatchNormGradShape()
/external/tensorflow/tensorflow/python/ops/
Dnn_fused_batchnorm_test.py64 scale_shape, argument
145 scale_shape, argument
226 scale_shape, argument
289 scale_shape, argument
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_layout_assignment_test.cc259 Shape scale_shape = in TEST_F() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dremapper_test.cc827 auto scale_shape = ops::Placeholder::Shape({128}); in TEST_F() local
906 auto scale_shape = ops::Placeholder::Shape({128}); in TEST_F() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dimage_ops.cc226 const TensorShape& scale_shape = context->InputShape(1); in Compile() local
/external/tensorflow/tensorflow/cc/gradients/
Dnn_grad_test.cc359 TensorShape scale_shape({shape.dim_size(channel_dim)}); in TEST_P() local