Home
last modified time | relevance | path

Searched refs:mutable_fetch (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/protobuf/
Dmaster.pb.h913 std::string* mutable_fetch(int index); in Swap()
924 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>* mutable_fetch(); in Swap()
1375 std::string* mutable_fetch(int index); in Swap()
1386 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>* mutable_fetch(); in Swap()
3057 ::tensorflow::TensorProto* mutable_fetch(int index); in Swap()
3059 mutable_fetch(); in Swap()
3939 inline std::string* RunStepRequest::mutable_fetch(int index) { in mutable_fetch() function
3987 RunStepRequest::mutable_fetch() { in mutable_fetch() function
4564 inline std::string* PartialRunSetupRequest::mutable_fetch(int index) { in mutable_fetch() function
4612 PartialRunSetupRequest::mutable_fetch() { in mutable_fetch() function
[all …]
Dconfig.pb.h4059 std::string* mutable_fetch(int index); in Swap()
4070 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>* mutable_fetch(); in Swap()
8145 inline std::string* CallableOptions::mutable_fetch(int index) { in mutable_fetch() function
8193 CallableOptions::mutable_fetch() { in mutable_fetch() function
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dmaster_session.cc863 TensorProto* fetch_proto = resp->mutable_fetch()->Add(); in RunPartitions()
1150 callable_opts->mutable_fetch()); in BuildBuildGraphOptions()
1177 callable_opts->mutable_fetch()); in BuildBuildGraphOptions()
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/utils/
H A Dtfrt_graph_execution_state.cc160 callable_options.mutable_fetch()->Reserve(fetch_tensor_names.size()); in PopulateCallableOptions()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Ddirect_session.cc1558 callable_options.mutable_fetch()->Reserve(outputs_sorted.size()); in GetOrCreateExecutors()