Searched refs:CreateInput (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/java/src/gen/cc/ |
D | op_specs.cc | 285 ArgumentSpec CreateInput(const OpDef_ArgDef& input_def, in CreateInput() function 361 op.inputs_.push_back(CreateInput(op_def.input_arg(i), api_def.in_arg(i), in Create()
|
/external/adhd/cras/src/tests/ |
D | rstream_unittest.cc | 158 TEST_F(RstreamTestSuite, CreateInput) { in TEST_F() argument
|
/external/tensorflow/tensorflow/c/ |
D | c_api.cc | 2230 bool CreateInput(const TF_Output& parent_input, TF_Graph* g, const char* name, in CreateInput() function 2368 if (!CreateInput(inputs[i], cond_graph, StrCat("cond_input", i).c_str(), in TF_NewWhile() 2372 if (!CreateInput(inputs[i], body_graph, StrCat("body_input", i).c_str(), in TF_NewWhile()
|