Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Constant_2x3
Function
Constant_2x3
tensorflow/core/util/tensor_bundle/tensor_bundle_test.cc:60–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
59
template <typename T>
60
Tensor Constant_2x3(T v) {
61
return Constant(v, TensorShape({2, 3}));
62
}
63
64
Tensor ByteSwap(Tensor t) {
65
Tensor ret = tensor::DeepCopy(t);
Callers
2
TestBasic
Function · 0.85
TEST
Function · 0.85
Calls
2
Constant
Function · 0.70
TensorShape
Class · 0.50
Tested by
no test coverage detected