Home
last modified time | relevance | path

Searched defs:version_def (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A Deager_service.proto101 VersionDef version_def = 4; field
/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/
Deager_service.pb.h5653 inline const ::tensorflow::VersionDef& CreateContextRequest::version_def() const { in version_def() function
5658 ::tensorflow::VersionDef* version_def) { in unsafe_arena_set_allocated_version_def()
5700 inline void CreateContextRequest::set_allocated_version_def(::tensorflow::VersionDef* version_def) { in set_allocated_version_def()
Deager_service.pb.cc2130 CreateContextRequest::_Internal::version_def(const CreateContextRequest* msg) { in version_def() function in tensorflow::eager::CreateContextRequest::_Internal
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dgraph_constructor.cc516 VersionDef version_def = graph_def.versions(); in Construct() local