Searched refs:tensor_names_values (Results 1 – 1 of 1) sorted by relevance
109 Tensor tensor_names_values(DT_STRING, TensorShape({1})); in TestSinglePartition() local110 test::FillValues<string>(&tensor_names_values, {"w"}); in TestSinglePartition()113 SetNodeTensorAttr<string>("value", tensor_names_values, in TestSinglePartition()322 Tensor tensor_names_values(DT_STRING, TensorShape({2})); in TestMultiPartition() local323 test::FillValues<string>(&tensor_names_values, {"w1", "w2"}); in TestMultiPartition()324 SetNodeTensorAttr<string>("value", tensor_names_values, in TestMultiPartition()