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

Function Map

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

Source from the content-addressed store, hash-verified

3505}
3506
3507XlaOp Map(XlaBuilder* builder, absl::Span<const XlaOp> operands,
3508 const XlaComputation& computation, absl::Span<const int64> dimensions,
3509 absl::Span<const XlaOp> static_operands) {
3510 return builder->Map(operands, computation, dimensions, static_operands);
3511}
3512
3513XlaOp RngNormal(const XlaOp mu, const XlaOp sigma, const Shape& shape) {
3514 return mu.builder()->RngNormal(mu, sigma, shape);

Callers 15

AddOpsAndTensorsMethod · 0.85
DoPrepareMethod · 0.85
ExportXlaOpFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
XLA_TEST_FFunction · 0.85
TEST_FFunction · 0.85
XLA_TEST_FFunction · 0.85
XLA_TEST_FFunction · 0.85
TEST_FFunction · 0.85
CreateMapPlusNMethod · 0.85

Calls 1

MapMethod · 0.45

Tested by 13

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