Searched refs:minval_shape (Results 1 – 2 of 2) sorted by relevance
124 TensorShape minval_shape = ctx->InputShape(2); in Compile() local125 OP_REQUIRES(ctx, TensorShapeUtils::IsScalar(minval_shape), in Compile()127 minval_shape.DebugString())); in Compile()
219 const TensorShape minval_shape = ctx->InputShape(1); in Compile() local221 OP_REQUIRES(ctx, TensorShapeUtils::IsScalar(minval_shape), in Compile()223 minval_shape.DebugString())); in Compile()