Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ ConstantR4FromArray4D
Function
ConstantR4FromArray4D
tensorflow/compiler/xla/client/xla_builder.h:2151–2154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2149
2150
template <typename NativeT>
2151
XlaOp ConstantR4FromArray4D(XlaBuilder* builder,
2152
const Array4D<NativeT>& values) {
2153
return ConstantFromArray(builder, values);
2154
}
2155
2156
} // namespace xla
2157
Callers
5
TEST_F
Function · 0.85
XLA_TEST_F
Function · 0.85
TEST_F
Function · 0.85
TEST_F
Function · 0.85
XLA_TEST_F
Function · 0.85
Calls
1
ConstantFromArray
Function · 0.85
Tested by
5
TEST_F
Function · 0.68
XLA_TEST_F
Function · 0.68
TEST_F
Function · 0.68
TEST_F
Function · 0.68
XLA_TEST_F
Function · 0.68