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

Function XTimes16

tensorflow/core/framework/function_testlib.cc:316–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316FunctionDef XTimes16() {
317 return FDH::Create(
318 // Name
319 "XTimes16",
320 // Args
321 {"x: T"},
322 // Return values
323 {"y: T"},
324 // Attr def
325 {"T: {float, double, int32, int64}"},
326 // Nodes
327 {
328 {{"x4"}, "XTimesFour", {"x"}, {{"T", "$T"}}},
329 {{"y"}, "XTimesFour", {"x4:y:0"}, {{"T", "$T"}}},
330 },
331 {{"y", "y:y:0"}});
332}
333
334FunctionDef WXPlusB() {
335 return FDH::Define(

Callers 5

TESTFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85

Calls 1

CreateFunction · 0.50

Tested by

no test coverage detected