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

  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_context.h 47 bool allow_cpu_custom_calls, bool resolve_compile_time_constants,
60 bool allow_cpu_custom_calls() const { return allow_cpu_custom_calls_; } function in class:tensorflow::XlaContext
xla_compiler.h 241 // If 'allow_cpu_custom_calls' is true, kernels may make use of CustomCall()
243 bool allow_cpu_custom_calls = false; member in struct:tensorflow::XlaCompiler::Options

Completed in 55 milliseconds