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

Function SetDimensionSize

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

Source from the content-addressed store, hash-verified

3659}
3660
3661XlaOp SetDimensionSize(const XlaOp operand, const XlaOp val, int64 dimension) {
3662 return operand.builder()->SetDimensionSize(operand, val, dimension);
3663}
3664
3665} // namespace xla

Callers 5

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

Calls 2

SetDimensionSizeMethod · 0.80
builderMethod · 0.45

Tested by 1

TEST_FFunction · 0.68