Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dpartitioning_utils.h66 std::vector<Tensor> GetArgsForIndices(const std::vector<int>& indices,
Dpartitioning_utils.cc124 std::vector<Tensor> GetArgsForIndices(const std::vector<int>& indices, in GetArgsForIndices() function
Dprocess_function_library_runtime.cc783 GetArgsForIndices(comp_data.arg_indices_, args); in RunMultiDevice()