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

Function AddS64

tensorflow/compiler/xrt/tests/raw_api_test.cc:216–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216xla::XlaComputation AddS64() {
217 xla::XlaBuilder builder("AddS64");
218 auto p0 = xla::Parameter(&builder, 0, xla::ShapeUtil::MakeShape(xla::S64, {}),
219 "P0");
220 auto p1 = xla::Parameter(&builder, 1, xla::ShapeUtil::MakeShape(xla::S64, {}),
221 "P1");
222 xla::Add(p0, p1);
223 return builder.Build().ValueOrDie();
224}
225
226xla::XlaComputation AddAndTuple() {
227 xla::XlaBuilder builder("AddAndTuple");

Callers 1

TESTFunction · 0.85

Calls 4

MakeShapeFunction · 0.85
ParameterFunction · 0.50
AddClass · 0.50
BuildMethod · 0.45

Tested by

no test coverage detected