HomeSort by relevance Sort by last modified time
    Searched defs:fft_type (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_instruction.h 262 // Creates an FFT op, of the type indicated by fft_type.
264 const Shape& shape, HloInstruction* operand, FftType fft_type,
1092 FftType fft_type() const { function in class:xla::HloInstruction
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_parser.cc 702 optional<FftType> fft_type; local
704 attrs["fft_type"] = {/*required=*/true, AttrTy::kFftType, &fft_type};
712 shape, operands[0], *fft_type, *fft_length));
    [all...]

Completed in 346 milliseconds