Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc383 Status has_input_properties = GetTensorProperties(input, &input_props); in HasAllInputsBroadcastableToShape() local
384 return has_input_properties.ok() && in HasAllInputsBroadcastableToShape()