MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / CloneFrom

Method CloneFrom

tensorflow/stream_executor/dnn.cc:348–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348void BatchDescriptor::CloneFrom(const BatchDescriptor& other) {
349 tensor_ = other.tensor_;
350 value_max_ = other.value_max_;
351 value_min_ = other.value_min_;
352 quantized_activation_mode_ = other.quantized_activation_mode_;
353}
354
355string BatchDescriptor::ToString() const {
356 string spatial;

Callers 2

MaybeTransformLayoutFunction · 0.80
DoConvolveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected