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

Method Concatenate

tensorflow/core/framework/tensor_shape.cc:760–764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

758}
759
760PartialTensorShape PartialTensorShape::Concatenate(int64 size) const {
761 PartialTensorShape out = *this;
762 out.AddDim(size);
763 return out;
764}
765
766PartialTensorShape PartialTensorShape::Concatenate(
767 const PartialTensorShape& shape) const {

Callers 15

resampler_ops.ccFile · 0.45
__init__Method · 0.45
__init__Method · 0.45
test_numpy_inputsMethod · 0.45
make_modelFunction · 0.45
ScatterUpdateShapeFunction · 0.45
MakeBatchSquareMatrixFunction · 0.45
MatrixSolveShapeFnFunction · 0.45
SelfAdjointEigV2ShapeFnFunction · 0.45

Calls 3

PartialTensorShapeClass · 0.85
unknown_rankMethod · 0.80
AddDimMethod · 0.45

Tested by 8

__init__Method · 0.36
__init__Method · 0.36
test_numpy_inputsMethod · 0.36
make_modelFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36