Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ HostConstant
Function
HostConstant
tensorflow/core/graph/testlib.cc:84–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
Node* HostConstant(Graph* g, const Tensor& tensor) {
85
return HostConstant(g, tensor, g->NewName(
"n"
));
86
}
87
88
Node* HostConstant(Graph* g, const Tensor& tensor, const string& name) {
89
Node* ret;
Callers
5
Gather
Function · 0.85
BM_SparseFillEmptyRows
Function · 0.85
SparseTensorDenseMatmul
Function · 0.85
Conv2DBackpropInput
Function · 0.85
Conv2DBackpropFilter
Function · 0.85
Calls
5
NodeBuilder
Class · 0.70
NewName
Method · 0.45
Finalize
Method · 0.45
Attr
Method · 0.45
dtype
Method · 0.45
Tested by
no test coverage detected