Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dlocal_client.cc281 absl::Span<Shape const* const> argument_host_shapes, in RunAsync() argument
283 if (argument_host_shapes.size() != arguments.size()) { in RunAsync()
287 argument_host_shapes.size(), arguments.size()); in RunAsync()
290 RunHelper(argument_host_shapes, run_options)); in RunAsync()
Dlocal_client.h78 absl::Span<Shape const* const> argument_host_shapes,