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

  /external/tensorflow/tensorflow/core/kernels/
fft_ops.cc 396 const auto kFftType =
406 kFftType, kInPlaceFft, batch_size, &scratch_allocator);
414 errors::Internal("fft failed : type=", static_cast<int>(kFftType),
421 errors::Internal("fft failed : type=", static_cast<int>(kFftType),
436 errors::Internal("fft failed : type=", static_cast<int>(kFftType),
  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_parser.cc 109 kFftType,
704 attrs["fft_type"] = {/*required=*/true, AttrTy::kFftType, &fft_type};
    [all...]

Completed in 134 milliseconds