Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dtriangular_solve_expander.cc455 instruction->triangular_solve_options(); in ExpandInstruction()
Dhlo_instructions.cc307 const auto& options = triangular_solve_options(); in IdenticalSlowPath()
308 const auto& other_options = casted_other.triangular_solve_options(); in IdenticalSlowPath()
322 shape, new_operands[0], new_operands[1], triangular_solve_options()); in CloneWithNewOperandsImpl()
Dhlo.proto205 xla.TriangularSolveOptions triangular_solve_options = 59; field
Dhlo_instruction.cc180 proto.triangular_solve_options()); in CreateFromProto()
3545 const TriangularSolveOptions& HloInstruction::triangular_solve_options() const { in triangular_solve_options() function in xla::HloInstruction
3546 return Cast<HloTriangularSolveInstruction>(this)->triangular_solve_options(); in triangular_solve_options()
Dhlo_instruction.h1613 const TriangularSolveOptions& triangular_solve_options() const;
Dhlo_verifier.cc176 hlo->triangular_solve_options())); in HandleTriangularSolve()
Dhlo_instructions.h161 const TriangularSolveOptions& triangular_solve_options() const { in triangular_solve_options() function
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc1895 int64 a_batch_stride = inst->triangular_solve_options().left_side() in BuildTriangularSolveThunk()
1900 inst->triangular_solve_options(), in BuildTriangularSolveThunk()