Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc796 OpInfo::TensorProperties properties0, properties1; in GetCommonFactors() local
797 TF_RETURN_IF_ERROR(GetTensorProperties(input->input(0), &properties0)); in GetCommonFactors()
799 if (properties0.dtype() != DT_FLOAT && in GetCommonFactors()
800 properties0.dtype() != DT_DOUBLE && in GetCommonFactors()