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

Function V

tensorflow/core/framework/rendezvous_test.cc:87–91  ·  view source on GitHub ↗

string -> Tensor

Source from the content-addressed store, hash-verified

85
86// string -> Tensor<string>
87Tensor V(const string& content) {
88 Tensor tensor(DT_STRING, TensorShape({}));
89 tensor.scalar<tstring>()() = content;
90 return tensor;
91}
92
93// Tensor<string> -> string
94string V(const Tensor& tensor) {

Callers 3

TEST_FFunction · 0.70
BM_SendRecvFunction · 0.70
BM_PingPongFunction · 0.70

Calls 4

TensorShapeClass · 0.70
IsScalarFunction · 0.50
dtypeMethod · 0.45
shapeMethod · 0.45

Tested by

no test coverage detected