Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3661
XlaOp SetDimensionSize(const XlaOp operand, const XlaOp val, int64 dimension) {
3662
return operand.builder()->SetDimensionSize(operand, val, dimension);
3663
}
3664
3665
} // namespace xla
Callers
5
Compile
Method · 0.85
Compile
Method · 0.85
TEST_F
Function · 0.85
TopK
Function · 0.85
TopKWithPartitions
Function · 0.85
Calls
2
SetDimensionSize
Method · 0.80
builder
Method · 0.45
Tested by
1
TEST_F
Function · 0.68