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

Function FakeInput

tensorflow/core/framework/fake_input.h:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32FakeInputFunctor FakeInput(int n, DataType dt);
33FakeInputFunctor FakeInput(DataTypeSlice dts);
34inline FakeInputFunctor FakeInput(std::initializer_list<DataType> dts) {
35 return FakeInput(DataTypeSlice(dts));
36}
37
38} // namespace tensorflow
39

Callers 15

TEST_FFunction · 0.70
TEST_FFunction · 0.70
CreateNodeDefMethod · 0.70
TEST_FFunction · 0.70
TESTFunction · 0.70
TESTFunction · 0.70
RunComposedOpMethod · 0.50
TEST_FFunction · 0.50
AddSimpleTrtOpMethod · 0.50
TEST_FFunction · 0.50
TESTFunction · 0.50
GetCollectiveGatherMethod · 0.50

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.56
TEST_FFunction · 0.56
CreateNodeDefMethod · 0.56
TEST_FFunction · 0.56
TESTFunction · 0.56
TESTFunction · 0.56
RunComposedOpMethod · 0.40
TEST_FFunction · 0.40
AddSimpleTrtOpMethod · 0.40
TEST_FFunction · 0.40
TESTFunction · 0.40
GetCollectiveGatherMethod · 0.40