Searched defs:TensorList (Results 1 – 5 of 5) sorted by relevance
67 TensorList() : tensors_(new Tensors) {} in TensorList() function70 TensorList(const TensorList& other) in TensorList() function78 TensorList(TensorList&& rhs) in TensorList() function
43 class TensorList(object): class
533 struct TensorList { struct534 void Encode(VariantTensorData* data) const { data->tensors_ = vec; } in Encode()536 bool Decode(VariantTensorData data) { in Decode()541 string TypeName() const { return "TensorList"; } in TypeName()543 std::vector<Tensor> vec;
59 XlaExpression XlaExpression::TensorList(xla::XlaOp tensor_list) { in TensorList() function in tensorflow::XlaExpression
2363 TEST_F(CApiAttributesTest, TensorList) { in TEST_F() argument