Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dindexed_array_analysis.cc847 bool lhs_is_indexed; in ComputeArrayForElementwiseBinaryOp() local
852 lhs_is_indexed = true; in ComputeArrayForElementwiseBinaryOp()
854 lhs_is_indexed = false; in ComputeArrayForElementwiseBinaryOp()
860 lhs_is_indexed ? lhs_scalar_indexed_const : rhs_scalar_indexed_const; in ComputeArrayForElementwiseBinaryOp()
862 dynamic_cast<UnknownArray*>(lhs_is_indexed ? rhs : lhs); in ComputeArrayForElementwiseBinaryOp()
927 if (lhs_is_indexed) { in ComputeArrayForElementwiseBinaryOp()