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

Method add_tensors

tensorflow/core/framework/variant_tensor_data.cc:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37Tensor* VariantTensorData::add_tensors() {
38 tensors_.emplace_back();
39 return &(tensors_[tensors_.size() - 1]);
40}
41
42template <typename... TensorConstructorArgs>
43Tensor* VariantTensorData::add_tensor(TensorConstructorArgs&&... args) {

Callers 7

EncodeMethod · 0.45
EncodeMethod · 0.45
EncodeMethod · 0.45
WriteTensorInternalMethod · 0.45
StartRemoteSendTensorMethod · 0.45
TEST_FFunction · 0.45
EncodeMethod · 0.45

Calls 2

emplace_backMethod · 0.45
sizeMethod · 0.45

Tested by 2

TEST_FFunction · 0.36
EncodeMethod · 0.36