Searched refs:pow_props (Results 1 – 1 of 1) sorted by relevance
2471 const auto& pow_props = in TrySimplify() local2473 PartialTensorShape shape(pow_props.shape()); in TrySimplify()2478 if (TensorShape::IsValid(pow_props.shape()) && pow_props.has_value()) { in TrySimplify()2479 Tensor pow(pow_props.dtype(), pow_props.shape()); in TrySimplify()2480 if (!pow.FromProto(pow_props.value())) { in TrySimplify()2482 pow_props.value().DebugString()); in TrySimplify()2487 if (!GetElementUnexhaustive(pow, i, {pow_props.dtype()}, &curr)) { in TrySimplify()