Home
last modified time | relevance | path

Searched defs:ret_indices (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dpartitioning_utils_test.cc97 gtl::ArraySlice<int> ret_indices) { in SubGraph()
198 std::vector<int> ret_indices; in TEST_F() local
237 std::vector<int> ret_indices; in TEST_F() local
Dpartitioning_utils.cc78 std::vector<FunctionArgIndex>* arg_indices, std::vector<int>* ret_indices, in UpdateArgAndRetvalMetadata()
Dprocess_function_library_runtime.h250 std::vector<int> ret_indices; member
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dcluster_function_library_runtime.h88 const absl::optional<std::vector<int>> ret_indices; member
Dcluster_function_library_runtime.cc99 const absl::optional<std::vector<int>>& ret_indices = options.ret_indices; in Instantiate() local
/external/tensorflow/tensorflow/core/framework/
Dfunction.h668 absl::optional<std::vector<int>> ret_indices = absl::nullopt; member