HomeSort by relevance Sort by last modified time
    Searched refs:triangular_solve_options (Results 1 - 8 of 8) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo.proto 205 xla.TriangularSolveOptions triangular_solve_options = 59;
triangular_solve_expander.cc 455 instruction->triangular_solve_options();
hlo_instruction.h     [all...]
hlo_instruction.cc 180 proto.triangular_solve_options());
    [all...]
hlo_instructions.cc 307 const auto& options = triangular_solve_options();
308 const auto& other_options = casted_other.triangular_solve_options();
322 shape, new_operands[0], new_operands[1], triangular_solve_options());
    [all...]
hlo_instructions.h 161 const TriangularSolveOptions& triangular_solve_options() const { function in class:xla::HloTriangularSolveInstruction
    [all...]
hlo_verifier.cc 176 hlo->triangular_solve_options()));
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emitter_unnested.cc     [all...]

Completed in 1898 milliseconds