Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dgraph_optimizer_stage_test.cc178 const OpInfo::TensorProperties* b_properties; in TEST_F() local
179 TF_CHECK_OK(stage.GetTensorProperties("b:0", &b_properties)); in TEST_F()
180 EXPECT_EQ(b_properties->dtype(), DT_FLOAT_REF); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h295 auto b_properties = type_properties(b); in HigherPrecisionElementType() local
296 if (a_properties > b_properties) { in HigherPrecisionElementType()
299 if (b_properties > a_properties) { in HigherPrecisionElementType()