training_ops.cc | 412 TensorShape var_shape, m_shape, v_shape; variable 416 OP_REQUIRES_OK(ctx, ctx->ReadVariableInput(2, dtype_, &v_shape, &v)); 449 OP_REQUIRES(ctx, var_shape.IsSameSize(v_shape), 452 v_shape.DebugString())); 497 TensorShape var_shape, m_shape, v_shape; variable 501 OP_REQUIRES_OK(ctx, ctx->ReadVariableInput(2, dtype_, &v_shape, &v)); 529 OP_REQUIRES(ctx, var_shape.IsSameSize(v_shape), 532 v_shape.DebugString())); [all...] |