Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dnn_fused_batchnorm_test.py58 scale_shape, argument
110 scale_shape, argument
183 scale_shape, argument
243 scale_shape, argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dbatchnorm_expander_test.cc44 Shape scale_shape = ShapeUtil::MakeShape(F32, {2}); in TEST_F() local
78 Shape scale_shape = ShapeUtil::MakeShape(F32, {2}); in TEST_F() local
Dshape_inference.cc1180 const Shape& operand_shape, const Shape& scale_shape, in InferBatchNormTrainingShape()
1285 const Shape& operand_shape, const Shape& scale_shape, in InferBatchNormInferenceShape()
1433 const Shape& operand_shape, const Shape& scale_shape, in InferBatchNormGradShape()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_layout_assignment_test.cc249 Shape scale_shape = in TEST_F() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dimage_ops.cc206 const TensorShape& scale_shape = context->InputShape(1); in Compile() local