Searched defs:TensorList (Results 1 – 6 of 6) sorted by relevance
44 struct TensorList { struct46 TensorList() {} in TensorList() function57 string DebugString() const { return "TensorList"; } in DebugString() argument70 const TensorList& tensor_list, int index, argument
42 TensorList::TensorList(const TensorList& other) in TensorList() function in tensorflow::TensorList
144 struct TensorList { struct145 void Encode(VariantTensorData* data) const { data->tensors_ = vec; } in Encode()147 bool Decode(VariantTensorData data) { in Decode()152 string TypeName() const { return "TensorList"; } in TypeName()154 std::vector<Tensor> vec;
43 class TensorList(object): class
49 XlaExpression XlaExpression::TensorList(xla::XlaOp tensor_list) { in TensorList() function in tensorflow::XlaExpression
2316 TEST_F(CApiAttributesTest, TensorList) { in TEST_F() argument