Home
last modified time | relevance | path

Searched defs:from_proto (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/packages/services/Car/tools/watchdog/parser/
Dcarwatchdog_dump_parser.py128 def from_proto( member in ProcessCpuStats
170 def from_proto( member in PackageCpuStats
242 def from_proto( member in PackageStorageIoStats
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Drevived_types.py83 def from_proto(self, proto): member in VersionedTypeRegistration
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dmemory_types.cc127 const auto& from_proto = kdef->host_memory_arg(); in MemoryTypesForNode() local
/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Dqueue_runner_impl.py385 def from_proto(queue_runner_def, import_scope=None): member in QueueRunner
H A Dsaver.py1106 def from_proto(saver_def, import_scope=None): member in Saver
/aosp_15_r20/tools/netsim/rust/daemon/src/bluetooth/
H A Dadvertise_data.rs51 pub fn from_proto( in from_proto() method
H A Dadvertise_settings.rs57 pub fn from_proto(proto: &AdvertiseSettingsProto) -> Result<Self, String> { in from_proto() method
H A Dbeacon.rs105 pub fn from_proto( in from_proto() method
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/python/
H A Dlayout.py277 def from_proto(proto: layout_pb2.MeshProto) -> 'Mesh': member in Mesh
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dvalues_v2.py228 def from_proto(variable_def, import_scope=None): member in DistributedVariable
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dcontrol_flow_ops.py880 def from_proto(context_def, import_scope=None): member in CondContext
1619 def from_proto(context_def, import_scope=None): member in WhileContext
H A Dresource_variable_ops.py823 def from_proto(variable_def, import_scope=None): member in BaseResourceVariable
H A Dvariables.py1191 def from_proto(variable_def, import_scope=None): member in Variable
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/mixed_precision/
H A Dautocast_variable.py364 def from_proto(self, variable_def, import_scope=None): member in AutoCastVariable
/aosp_15_r20/external/rust/crates/uefi/src/
Dboot.rs1683 pub const fn from_proto<P: ProtocolPointer + ?Sized>() -> Self { in from_proto() method
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/
Dboot.rs1683 pub const fn from_proto<P: ProtocolPointer + ?Sized>() -> Self { in from_proto() method
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dops.py7093 from_proto=None): argument