Searched defs:read_plus_one (Results 1 – 1 of 1) sorted by relevance
| /external/tensorflow/tensorflow/compiler/tf2xla/ |
| D | xla_compiler_test.cc | 391 auto read_plus_one = ops::Add(scope, read, ops::Const<int32>(scope, 1)); in TEST_F() local 509 auto read_plus_one = ops::Add(scope, read, ops::Const<int32>(scope, 1)); in TEST_F() local 1128 auto read_plus_one = ops::Add(scope, read, ops::Const<int32>(scope, 1)); in TEST_F() local 1287 auto read_plus_one = ops::Add(scope, read, ops::Const<int32>(scope, 1)); in TEST_F() local 1322 auto read_plus_one = ops::Add(scope, read, ops::Const<int32>(scope, 1)); in BuildTestGraph() local
|