Searched refs:b_properties (Results 1 – 2 of 2) sorted by relevance
178 const OpInfo::TensorProperties* b_properties; in TEST_F() local179 TF_CHECK_OK(stage.GetTensorProperties("b:0", &b_properties)); in TEST_F()180 EXPECT_EQ(b_properties->dtype(), DT_FLOAT_REF); in TEST_F()
295 auto b_properties = type_properties(b); in HigherPrecisionElementType() local296 if (a_properties > b_properties) { in HigherPrecisionElementType()299 if (b_properties > a_properties) { in HigherPrecisionElementType()