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

  /external/tensorflow/tensorflow/compiler/xla/service/
compiler.cc 49 const AotCompilationOptions& options,
119 AotCompilationOptions::AotCompilationOptions()
compiler.h 66 class AotCompilationOptions {
68 AotCompilationOptions(const AotCompilationOptions&) = delete;
69 AotCompilationOptions& operator=(AotCompilationOptions const&) = delete;
71 virtual ~AotCompilationOptions() = default;
98 AotCompilationOptions();
218 const AotCompilationOptions& options) = 0;
224 const AotCompilationOptions& options,

Completed in 556 milliseconds