Home
last modified time | relevance | path

Searched refs:CreateInput (Results 1 – 2 of 2) sorted by relevance

/external/adhd/cras/src/tests/
Drstream_unittest.cc128 TEST_F(RstreamTestSuite, CreateInput) { in TEST_F() argument
/external/tensorflow/tensorflow/c/
Dc_api.cc2111 bool CreateInput(const TF_Output& parent_input, TF_Graph* g, const char* name, in CreateInput() function
2249 if (!CreateInput(inputs[i], cond_graph, StrCat("cond_input", i).c_str(), in TF_NewWhile()
2253 if (!CreateInput(inputs[i], body_graph, StrCat("body_input", i).c_str(), in TF_NewWhile()