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

Function CopyFromArray

tensorflow/core/platform/tensor_coding.cc:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void CopyFromArray(string* s, const char* base, size_t bytes) {
72 s->assign(base, bytes);
73}
74
75class StringListEncoderImpl : public StringListEncoder {
76 public:

Callers 3

CompressRepeatedFieldFunction · 0.85
TEST_FFunction · 0.85
SetProtoFromGPUMethod · 0.85

Calls 2

assignMethod · 0.45
CopyFromMethod · 0.45

Tested by 1

TEST_FFunction · 0.68