MCPcopy 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
2150template <typename NativeT>
2151XlaOp ConstantR4FromArray4D(XlaBuilder* builder,
2152 const Array4D<NativeT>& values) {
2153 return ConstantFromArray(builder, values);
2154}
2155
2156} // namespace xla
2157

Callers 5

TEST_FFunction · 0.85
XLA_TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
XLA_TEST_FFunction · 0.85

Calls 1

ConstantFromArrayFunction · 0.85

Tested by 5

TEST_FFunction · 0.68
XLA_TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
XLA_TEST_FFunction · 0.68