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

Method MakeDim

tensorflow/core/framework/shape_inference.h:500–502  ·  view source on GitHub ↗

Returns a new dimension of the given size. The returned value is owned by this context.

Source from the content-addressed store, hash-verified

498 // Returns a new dimension of the given size. The returned value is owned by
499 // this context.
500 inline DimensionHandle MakeDim(DimensionOrConstant d) {
501 return shape_manager_.MakeDim(d);
502 }
503
504 inline DimensionHandle UnknownDim() { return MakeDim(kUnknownDim); }
505

Callers 15

SetOutputToSizedImageFunction · 0.45
ReduceSliceShapeFnFunction · 0.45
DecodeWavShapeFnFunction · 0.45
SpectrogramShapeFnFunction · 0.45
MfccShapeFnFunction · 0.45
RFFTShapeFunction · 0.45
FractionalPoolShapeFnFunction · 0.45

Calls

no outgoing calls

Tested by 4

RFFTShapeFunction · 0.36
MakeShapeFromStringMethod · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36