Searched defs:copy_from (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/spmd/ |
D | spmd_partitioner_util.h | 176 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/ |
D | serialized_attributes.py | 114 name, checkpointable_objects=None, functions=None, copy_from=None): argument
|
/external/grpc-grpc/src/core/lib/gprpp/ |
D | inlined_vector.h | 126 void copy_from(const InlinedVector& v) { in copy_from() function
|
/external/rust/crates/tokio/src/io/ |
D | blocking.rs | 219 pub(crate) fn copy_from(&mut self, src: &[u8]) -> usize { in copy_from() method
|
/external/crosvm/data_model/src/ |
D | volatile_memory.rs | 297 pub fn copy_from<T>(&self, buf: &[T]) in copy_from() method
|
/external/tensorflow/tensorflow/python/ops/ |
D | stateful_random_ops.py | 426 def __init__(self, copy_from=None, state=None, alg=None): argument
|
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/ |
D | activity.py | 147 def copy_from(self, other): member in Scope
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 1409 const std::string& copy_from, const FileDescriptor* file) const { in CopyPublicDependenciesAliases() argument
|