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

Function GetDimensionSize

tensorflow/compiler/xla/client/xla_builder.cc:3657–3659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3655}
3656
3657XlaOp GetDimensionSize(const XlaOp operand, int64 dimension) {
3658 return operand.builder()->GetDimensionSize(operand, dimension);
3659}
3660
3661XlaOp SetDimensionSize(const XlaOp operand, const XlaOp val, int64 dimension) {
3662 return operand.builder()->SetDimensionSize(operand, val, dimension);

Callers 7

BuildFinalizerMethod · 0.85
CompileMethod · 0.85
CompileMethod · 0.85
TEST_FFunction · 0.85
TopKFunction · 0.85
TopKWithPartitionsFunction · 0.85
TEST_FFunction · 0.85

Calls 2

GetDimensionSizeMethod · 0.80
builderMethod · 0.45

Tested by 2

TEST_FFunction · 0.68
TEST_FFunction · 0.68