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

  /external/tensorflow/tensorflow/compiler/jit/
xla_compilation_cache.h 79 // As above, but calls XlaCompiler::CompileSingleOp instead of
81 Status CompileSingleOp(
122 // Common implementation of Compile and CompileSingleOp.
xla_compilation_cache.cc 198 Status XlaCompilationCache::CompileSingleOp(
218 return compiler->CompileSingleOp(compile_options, ctx->op_kernel().def(),
xla_compile_on_demand_op.cc 207 return cache->CompileSingleOp(options, args, ctx, compile_options, result,
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiler.h 351 Status CompileSingleOp(const CompileOptions& options, const NodeDef& node_def,
xla_compiler.cc     [all...]

Completed in 145 milliseconds