Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc2500 const auto& value_props = in TrySimplify() local
2510 ShapesSymbolicallyEqual(value_props.shape(), output_shape)) { in TrySimplify()
2523 ShapesSymbolicallyEqual(value_props.shape(), output_shape)) { in TrySimplify()
2524 PartialTensorShape shape(value_props.shape()); in TrySimplify()
2529 if (TensorShape::IsValid(value_props.shape()) && in TrySimplify()
2530 value_props.has_value()) { in TrySimplify()
2531 Tensor base(value_props.dtype(), value_props.shape()); in TrySimplify()
2532 if (!base.FromProto(value_props.value())) { in TrySimplify()
2534 value_props.value().DebugString()); in TrySimplify()