Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dlocal_client.cc296 std::vector<const ShapedBuffer*> shaped_buffer_ptrs; in RunAsync() local
298 shaped_buffer_ptrs.reserve(arguments.size()); in RunAsync()
302 shaped_buffer_ptrs.push_back(&shaped_buffers.back()); in RunAsync()
306 DumpArguments(backend_, executable_.get(), shaped_buffer_ptrs, stream); in RunAsync()
/external/tensorflow/tensorflow/compiler/xla/tests/
Ddynamic_ops_test.cc808 std::vector<const ShapedBuffer*> shaped_buffer_ptrs; in BM_DynamicSlice() local
809 absl::c_transform(shaped_buffers, std::back_inserter(shaped_buffer_ptrs), in BM_DynamicSlice()
813 auto result = executable->Run(shaped_buffer_ptrs, options); in BM_DynamicSlice()
819 auto result = executable->Run(shaped_buffer_ptrs, options); in BM_DynamicSlice()