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

Method Tensor

tensorflow/core/framework/tensor.cc:676–676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674} // end namespace
675
676Tensor::Tensor() : Tensor(DT_FLOAT) {}
677
678Tensor::Tensor(DataType type) : shape_({0}), buf_(nullptr) { set_dtype(type); }
679

Callers

nothing calls this directly

Calls 6

RefIfNonNullFunction · 0.85
IsEnabledFunction · 0.85
num_elementsMethod · 0.45
AllocatesOpaqueHandleMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected