Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dtraining_ops.cc44 TensorShape delta_shape = ctx->InputShape(2); in Compile() local
46 ctx, var_shape.IsSameSize(delta_shape), in Compile()
49 delta_shape.DebugString())); in Compile()
96 TensorShape delta_shape = ctx->InputShape(4); in Compile() local
98 ctx, var_shape.IsSameSize(delta_shape), in Compile()
101 delta_shape.DebugString())); in Compile()
Dimage_ops.cc280 const TensorShape& delta_shape = context->InputShape(1); in Compile() local
284 OP_REQUIRES(context, TensorShapeUtils::IsScalar(delta_shape), in Compile()
286 delta_shape.DebugString())); in Compile()