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