Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dwhere_op.cc192 StatusOr<XlaOp> rebounded_result = xla::SetDimensionSizeWithRebound( in CompileWhereWithSort() local
194 if (rebounded_result.ok()) { in CompileWhereWithSort()
195 return rebounded_result; in CompileWhereWithSort()
310 StatusOr<XlaOp> rebounded_result = xla::SetDimensionSizeWithRebound( in CompileWhereWithPrefixSum() local
312 if (rebounded_result.ok()) { in CompileWhereWithPrefixSum()
313 return *rebounded_result; in CompileWhereWithPrefixSum()
Dimage_ops.cc601 StatusOr<xla::XlaOp> rebounded_result = xla::SetDimensionSizeWithRebound( in ComputeResult() local
603 if (rebounded_result.ok()) { in ComputeResult()
604 selected_indices = *rebounded_result; in ComputeResult()