Home
last modified time | relevance | path

Searched defs:FakeInput (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dfake_input.cc192 FakeInputFunctor FakeInput() { in FakeInput() function
200 FakeInputFunctor FakeInput(DataType dt) { in FakeInput() function
209 FakeInputFunctor FakeInput(int n) { in FakeInput() function
218 FakeInputFunctor FakeInput(int n, DataType dt) { in FakeInput() function
228 FakeInputFunctor FakeInput(DataTypeSlice dts) { in FakeInput() function
Dfake_input.h34 inline FakeInputFunctor FakeInput(std::initializer_list<DataType> dts) { in FakeInput() function