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

Function XTimesFour

tensorflow/core/framework/function_testlib.cc:298–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298FunctionDef XTimesFour() {
299 return FDH::Create(
300 // Name
301 "XTimesFour",
302 // Args
303 {"x: T"},
304 // Return values
305 {"y: T"},
306 // Attr def
307 {"T: {float, double, int32, int64}"},
308 // Nodes
309 {
310 {{"x2"}, "XTimesTwo", {"x"}, {{"T", "$T"}}},
311 {{"y"}, "XTimesTwo", {"x2:y:0"}, {{"T", "$T"}}},
312 },
313 {{"y", "y:y:0"}});
314}
315
316FunctionDef XTimes16() {
317 return FDH::Create(

Callers 15

TESTFunction · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TESTFunction · 0.85
TestCase3Function · 0.85
TestCase5Function · 0.85
TestCase6Function · 0.85

Calls 1

CreateFunction · 0.50

Tested by

no test coverage detected