Home
last modified time | relevance | path

Searched defs:is_remote (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dmkl_eager_op_rewrite.cc133 bool is_remote = false; in SetupNewOp() local
/external/rust/crates/h2/src/
Derror.rs101 pub fn is_remote(&self) -> bool { in is_remote() method
/external/tensorflow/tensorflow/dtensor/cc/
Dtensor_layout.h128 bool is_remote() const { in is_remote() function
/external/webrtc/stats/
Drtcstats_objects.cc254 bool is_remote) in RTCIceCandidateStats()
259 bool is_remote) in RTCIceCandidateStats()
/external/tensorflow/tensorflow/dtensor/python/
Dlayout.py371 def is_remote(self) -> bool: member in Mesh
/external/rust/crates/serde_derive/src/
Dser.rs98 is_remote: bool, field
106 let is_remote = cont.attrs.remote().is_some(); in new() localVariable
/external/webrtc/api/stats/
Drtcstats_objects.h239 RTCStatsMember<bool> is_remote; variable
/external/sdv/vsomeip/implementation/configuration/src/
Dconfiguration_impl.cpp2673 bool configuration_impl::is_remote(const std::shared_ptr<service>& _service) const { in is_remote() function in vsomeip_v3::cfg::configuration_impl