Home
last modified time | relevance | path

Searched refs:tensor_names_values (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/tools/graph_transforms/
Dsparsify_gather_test.cc109 Tensor tensor_names_values(DT_STRING, TensorShape({1})); in TestSinglePartition() local
110 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() local
323 test::FillValues<string>(&tensor_names_values, {"w1", "w2"}); in TestMultiPartition()
324 SetNodeTensorAttr<string>("value", tensor_names_values, in TestMultiPartition()