MCPcopy 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
59template <typename T>
60Tensor Constant_2x3(T v) {
61 return Constant(v, TensorShape({2, 3}));
62}
63
64Tensor ByteSwap(Tensor t) {
65 Tensor ret = tensor::DeepCopy(t);

Callers 2

TestBasicFunction · 0.85
TESTFunction · 0.85

Calls 2

ConstantFunction · 0.70
TensorShapeClass · 0.50

Tested by

no test coverage detected