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

Method Initialize

tensorflow/core/kernels/serialize_sparse_op.cc:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104
105template <>
106Status SerializeSparseOp<tstring>::Initialize(Tensor* result) {
107 *result = Tensor(DT_STRING, TensorShape({3}));
108 return Status::OK();
109}
110
111template <>
112Status SerializeSparseOp<tstring>::Serialize(const Tensor& input,

Callers 1

ComputeMethod · 0.45

Calls 2

TensorClass · 0.70
TensorShapeClass · 0.50

Tested by

no test coverage detected