Searched defs:InputList (Results 1 – 12 of 12) sorted by relevance
64 typedef std::vector<Input*> InputList; typedef
155 InputList; typedef
84 class InputList(object): class
210 using InputList = SmallVector<InputTy, 16>; variable
213 using InputList = SmallVector<InputTy, 16>; variable
482 Status XlaOpKernelContext::InputList(absl::string_view name, in InputList() function in tensorflow::XlaOpKernelContext
272 "InputList":{ object
712 InputList = List # input indexes variable
83 InputList = List variable
2215 ArrayRef<Value *> InputList) { in ConcatenateVectors()