training_ops.cc | 36 TensorShape var_shape; variable 37 OP_REQUIRES_OK(ctx, ctx->ReadVariableInput(0, type, &var_shape, &handle)); 46 ctx, var_shape.IsSameSize(delta_shape), 48 var_shape.DebugString(), " vs ", 81 TensorShape var_shape; variable 82 OP_REQUIRES_OK(ctx, ctx->ReadVariableInput(0, dtype_, &var_shape, &var)); 98 ctx, var_shape.IsSameSize(delta_shape), 100 var_shape.DebugString(), " vs ", 126 TensorShape var_shape, accum_shape; variable 128 OP_REQUIRES_OK(ctx, ctx->ReadVariableInput(0, type, &var_shape, &var)) 184 TensorShape var_shape, accum_shape; variable 240 TensorShape var_shape, accum_shape; variable 281 TensorShape var_shape, accum_shape; variable 337 TensorShape var_shape, accum_shape, squared_accum_shape; variable 412 TensorShape var_shape, m_shape, v_shape; variable 497 TensorShape var_shape, m_shape, v_shape; variable 568 TensorShape var_shape, ms_shape, mom_shape, mg_shape; variable 678 TensorShape var_shape, accum_shape, linear_shape; local 817 TensorShape var_shape, accum_shape, accum_update_shape; variable 883 TensorShape var_shape, m_shape; variable [all...] |