Home
last modified time | relevance | path

Searched refs:arguments_with_layout (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dclient_library_test_base.cc216 std::vector<GlobalData*> arguments_with_layout; in ComputeAndCompareLiteralWithAllInputLayouts() local
231 arguments_with_layout.push_back(arguments[index]); in ComputeAndCompareLiteralWithAllInputLayouts()
233 arguments_with_layout.pop_back(); in ComputeAndCompareLiteralWithAllInputLayouts()
247 arguments_with_layout.push_back(data.get()); in ComputeAndCompareLiteralWithAllInputLayouts()
249 arguments_with_layout.pop_back(); in ComputeAndCompareLiteralWithAllInputLayouts()
260 absl::Span<GlobalData* const>(arguments_with_layout), in ComputeAndCompareLiteralWithAllInputLayouts()