Searched defs:scale_shape (Results  1 – 6 of 6) sorted by relevance
| /external/tensorflow/tensorflow/compiler/xla/service/ | 
| D | batchnorm_expander_test.cc | 57   Shape scale_shape = ShapeUtil::MakeShape(F32, {2});  in TEST_F()  local92   Shape scale_shape = ShapeUtil::MakeShape(F32, {2});  in TEST_F()  local
 
 | 
| D | shape_inference.cc | 1210     const Shape& operand_shape, const Shape& scale_shape,  in InferBatchNormTrainingShape()1315     const Shape& operand_shape, const Shape& scale_shape,  in InferBatchNormInferenceShape()
 1459     const Shape& operand_shape, const Shape& scale_shape,  in InferBatchNormGradShape()
 
 | 
| /external/tensorflow/tensorflow/python/ops/ | 
| D | nn_fused_batchnorm_test.py | 63                       scale_shape,  argument144                      scale_shape,  argument
 225                      scale_shape,  argument
 288                       scale_shape,  argument
 
 | 
| /external/tensorflow/tensorflow/compiler/tf2xla/kernels/ | 
| D | image_ops.cc | 233     const TensorShape& scale_shape = context->InputShape(1);  in Compile()  local
 | 
| /external/tensorflow/tensorflow/cc/gradients/ | 
| D | nn_grad_test.cc | 366   TensorShape scale_shape({shape.dim_size(channel_dim)});  in TEST_P()  local
 | 
| /external/tensorflow/tensorflow/core/grappler/optimizers/ | 
| D | remapper_test.cc | 1729   auto scale_shape = ops::Placeholder::Shape({128});  in TEST_F()  local1808     auto scale_shape = ops::Placeholder::Shape({128});  in TEST_F()  local
 
 |