Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dimage_ops.cc177 const TensorShape& factor_shape = context->InputShape(1); in Compile() local
187 OP_REQUIRES(context, TensorShapeUtils::IsScalar(factor_shape), in Compile()
189 factor_shape.DebugString())); in Compile()