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

  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
ops.h 67 tensorflow::gtl::ArraySlice<IrArray> operand_arrays,
ops.cc 87 tensorflow::gtl::ArraySlice<IrArray> operand_arrays,
92 // No need to use operand_arrays[0], the input array of the
94 IrArray update_array = operand_arrays[1];
95 IrArray start_indices_array = operand_arrays[2];
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emitter_unnested.cc 571 std::vector<llvm_ir::IrArray> operand_arrays; local
573 operand_arrays.push_back(GetIrArray(*operand, *fusion));
594 fusion, operand_arrays, output_array, &elemental_emitter,
    [all...]

Completed in 239 milliseconds