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

Function Iota

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

Source from the content-addressed store, hash-verified

3647}
3648
3649XlaOp Iota(XlaBuilder* builder, PrimitiveType type, int64 size) {
3650 return builder->Iota(type, size);
3651}
3652
3653XlaOp Iota(XlaBuilder* builder, const Shape& shape, int64 iota_dimension) {
3654 return builder->Iota(shape, iota_dimension);

Callers 15

IotaMethod · 0.70
ExportXlaOpFunction · 0.50
OneHotMethod · 0.50
ConcatenateIotaFunction · 0.50
CompileMethod · 0.50
CompileMethod · 0.50
CompileMethod · 0.50
CompileMethod · 0.50
CompileMethod · 0.50
CompileMethod · 0.50
CompileMethod · 0.50
CreateDiagonalFunction · 0.50

Calls 1

IotaMethod · 0.45

Tested by 6

TEST_FFunction · 0.40
TEST_FFunction · 0.40
ExpectPaddedMethod · 0.40
TEST_FFunction · 0.40
XLA_TEST_PFunction · 0.40
TEST_FFunction · 0.40