Searched refs:CompileSingleOp (Results 1 – 5 of 5) sorted by relevance
198 Status XlaCompilationCache::CompileSingleOp( in CompileSingleOp() function in tensorflow::XlaCompilationCache218 return compiler->CompileSingleOp(compile_options, ctx->op_kernel().def(), in CompileSingleOp()
81 Status CompileSingleOp(
207 return cache->CompileSingleOp(options, args, ctx, compile_options, result, in Compile()
351 Status CompileSingleOp(const CompileOptions& options, const NodeDef& node_def,
895 Status XlaCompiler::CompileSingleOp( in CompileSingleOp() function in tensorflow::XlaCompiler