Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc529 const auto& other_options = casted_other.triangular_solve_options(); in IdenticalSlowPath() local
531 return options.left_side() == other_options.left_side() && in IdenticalSlowPath()
532 options.lower() == other_options.lower() && in IdenticalSlowPath()
533 options.unit_diagonal() == other_options.unit_diagonal() && in IdenticalSlowPath()
534 options.transpose_a() == other_options.transpose_a(); in IdenticalSlowPath()
570 const auto& other_options = casted_other.cholesky_options(); in IdenticalSlowPath() local
572 return options.lower() == other_options.lower(); in IdenticalSlowPath()