Commit dd1ce0fd authored by Akshay Modi's avatar Akshay Modi Committed by TensorFlower Gardener
Browse files

Minor eager mode improvements

Mainly doesn't get shape when getting rank will suffice.

Before:
entry {
  name: "EagerLinearRegressionBenchmark.eager_train_cpu"
  iters: 2000
  wall_time: 1.54617094994
  extras {
    key: "examples_per_sec"
    value {
      double_value: 82785.1538701
    }
  }
}

After:
entry {
  name: "EagerLinearRegressionBenchmark.eager_train_cpu"
  iters: 2000
  wall_time: 1.38547611237
  extras {
    key: "examples_per_sec"
    value {
      double_value: 92387.0132856
    }
  }
}
PiperOrigin-RevId: 204001196
parent 18824272
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment