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

Method AppendShape

tensorflow/core/framework/tensor_shape.cc:469–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467
468template <class Shape>
469void TensorShapeBase<Shape>::AppendShape(const TensorShapeBase& shape) {
470 for (auto d : shape) AddDim(d.size);
471}
472
473template <class Shape>
474void TensorShapeBase<Shape>::InsertDim(int d, int64 size) {

Callers 15

ComputeAsyncMethod · 0.45
XLAShapeForArgumentMethod · 0.45
SetZeroValueMethod · 0.45
MaybeInitializeStackFunction · 0.45
CompileMethod · 0.45
CompileMethod · 0.45
XlaGatherFunction · 0.45
ComputeMethod · 0.45
ManyOutShapeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected