Searched refs:argument_host_shapes (Results 1 – 2 of 2) sorted by relevance
281 absl::Span<Shape const* const> argument_host_shapes, in RunAsync() argument283 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()
78 absl::Span<Shape const* const> argument_host_shapes,