Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties_test.cc1080 const OpInfo::TensorProperties size_props0 = size_props[0]; in TEST_F() local
1081 EXPECT_EQ("int32: []", PropToString(size_props0)); in TEST_F()
1082 EXPECT_TRUE(size_props0.has_value()); in TEST_F()
1083 ExpectTensorValues({24}, size_props0.value()); in TEST_F()