Searched refs:delta_shape (Results 1 – 2 of 2) sorted by relevance
44 TensorShape delta_shape = ctx->InputShape(2); in Compile() local46 ctx, var_shape.IsSameSize(delta_shape), in Compile()49 delta_shape.DebugString())); in Compile()96 TensorShape delta_shape = ctx->InputShape(4); in Compile() local98 ctx, var_shape.IsSameSize(delta_shape), in Compile()101 delta_shape.DebugString())); in Compile()
280 const TensorShape& delta_shape = context->InputShape(1); in Compile() local284 OP_REQUIRES(context, TensorShapeUtils::IsScalar(delta_shape), in Compile()286 delta_shape.DebugString())); in Compile()