Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc823 const OpInfo::TensorProperties* properties1; in GetCommonFactors() local
825 TF_RETURN_IF_ERROR(GetTensorProperties(input->input(1), &properties1)); in GetCommonFactors()
828 properties1->dtype() != DT_FLOAT && in GetCommonFactors()
829 properties1->dtype() != DT_DOUBLE) { in GetCommonFactors()