Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
void CopyFromArray(string* s, const char* base, size_t bytes) {
72
s->assign(base, bytes);
73
}
74
75
class StringListEncoderImpl : public StringListEncoder {
76
public:
Callers
3
CompressRepeatedField
Function · 0.85
TEST_F
Function · 0.85
SetProtoFromGPU
Method · 0.85
Calls
2
assign
Method · 0.45
CopyFrom
Method · 0.45
Tested by
1
TEST_F
Function · 0.68