Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_util.h176 const MultiplyAddDivideOffsetCalculation& copy_from) in OffsetCalculation()
178 OffsetCalculation(const OffsetCalculation& copy_from) { *this = copy_from; } in OffsetCalculation()
/external/tensorflow/tensorflow/python/keras/saving/saved_model/
Dserialized_attributes.py114 name, checkpointable_objects=None, functions=None, copy_from=None): argument
/external/grpc-grpc/src/core/lib/gprpp/
Dinlined_vector.h126 void copy_from(const InlinedVector& v) { in copy_from() function
/external/rust/crates/tokio/src/io/
Dblocking.rs219 pub(crate) fn copy_from(&mut self, src: &[u8]) -> usize { in copy_from() method
/external/crosvm/data_model/src/
Dvolatile_memory.rs297 pub fn copy_from<T>(&self, buf: &[T]) in copy_from() method
/external/tensorflow/tensorflow/python/ops/
Dstateful_random_ops.py426 def __init__(self, copy_from=None, state=None, alg=None): argument
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dactivity.py147 def copy_from(self, other): member in Scope
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc1409 const std::string& copy_from, const FileDescriptor* file) const { in CopyPublicDependenciesAliases() argument