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

  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
while_op.cc 123 OP_REQUIRES_OK(ctx, compiler->CompileFunction(body_options, body_name_attr_,
184 OP_REQUIRES_OK(ctx, compiler->CompileFunction(body_options, body_name_attr_,
195 OP_REQUIRES_OK(ctx, compiler->CompileFunction(cond_options, cond_name_attr_,
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiler.h 148 // CompileFunction().
275 Status CompileFunction(const CompileOptions& options,
280 // Similar to CompileFunction, but takes a Graph as input rather than a
graph_compiler.cc 210 TF_RETURN_IF_ERROR(compiler->CompileFunction(XlaCompiler::CompileOptions(),
xla_compiler_test.cc 588 // Tests CompileFunction with undefined function fails.
597 compiler.CompileFunction(XlaCompiler::CompileOptions(), name_attr,
661 // Tests CompileFunction with a local function lookup failing, fails with
674 compiler.CompileFunction(XlaCompiler::CompileOptions(), name_attr,
xla_compiler.cc 173 Status XlaCompiler::CompileFunction(const XlaCompiler::CompileOptions& options,
179 VLOG(1) << "XlaCompiler::CompileFunction " << function_id;
216 VLOG(2) << "XlaCompiler::CompileFunction: "
  /external/tensorflow/tensorflow/compiler/jit/
xla_compilation_cache.cc 299 entry->compilation_status = compiler.CompileFunction(
  /external/v8/src/
counters.h 693 V(CompileFunction) \
    [all...]
compiler.cc     [all...]

Completed in 359 milliseconds