Home
last modified time | relevance | path

Searched refs:CompilationResult (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dxla_compilation_cache.h76 const XlaCompiler::CompilationResult** out_compilation_result,
85 const XlaCompiler::CompilationResult** out_compilation_result,
127 XlaCompiler::CompilationResult*)>& compile_fn,
129 const XlaCompiler::CompilationResult** out_compilation_result,
135 const XlaCompiler::CompilationResult& result,
155 XlaCompiler::CompilationResult compilation_result GUARDED_BY(mu);
Dxla_compilation_cache.cc142 const XlaCompiler::CompilationResult& result, in BuildExecutable()
172 const XlaCompiler::CompilationResult** out_compilation_result, in Compile()
179 XlaCompiler::CompilationResult* result) { in Compile()
202 const XlaCompiler::CompilationResult** out_compilation_result, in CompileSingleOp()
213 XlaCompiler::CompilationResult* result) { in CompileSingleOp()
230 XlaCompiler::CompilationResult*)>& compile_fn, in CompileImpl()
232 const XlaCompiler::CompilationResult** out_compilation_result, in CompileImpl()
Dxla_compile_on_demand_op.h46 const XlaCompiler::CompilationResult** result,
49 const XlaCompiler::CompilationResult* result,
Dxla_compile_on_demand_op.cc52 const XlaCompiler::CompilationResult* result, in Run()
115 const XlaCompiler::CompilationResult** result, in Compile()
212 const XlaCompiler::CompilationResult* result; in Compute()
Dxla_launch_util.h164 const XlaCompiler::CompilationResult* kernel,
179 const XlaCompiler::CompilationResult* kernel,
Dxla_launch_util.cc208 OpKernelContext* ctx, const XlaCompiler::CompilationResult* kernel, in PopulateInputs()
261 OpKernelContext* ctx, const XlaCompiler::CompilationResult* kernel, in PopulateOutputs()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler_test.cc177 XlaCompiler::CompilationResult result; in TEST_F()
208 XlaCompiler::CompilationResult result; in TEST_F()
260 XlaCompiler::CompilationResult result; in TEST_F()
321 XlaCompiler::CompilationResult result; in TEST_F()
363 XlaCompiler::CompilationResult result; in TEST_F()
414 XlaCompiler::CompilationResult result; in TEST_F()
445 XlaCompiler::CompilationResult result; in TEST_F()
490 XlaCompiler::CompilationResult result; in TEST_F()
524 XlaCompiler::CompilationResult result; in TEST_F()
611 XlaCompiler::CompilationResult result; in TEST_F()
[all …]
Dxla_compiler.h246 struct CompilationResult { struct
337 CompilationResult* result);
346 CompilationResult* result);
354 CompilationResult* result);
475 CompilationResult, SignatureHash>
Dgraph_compiler.cc258 XlaCompiler::CompilationResult result; in CompileFunctionalNode()
Dtf2xla.cc298 XlaCompiler::CompilationResult result; in ConvertGraphToXla()
Dxla_compiler.cc545 XlaCompiler::CompilationResult* result) { in CompileFunction()
898 absl::Span<const DataType> result_types, CompilationResult* result) { in CompileSingleOp()
1049 CompilationResult* result) { in CompileGraph()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dif_op.cc105 XlaCompiler::CompilationResult then_result; in Compile()
108 XlaCompiler::CompilationResult else_result; in Compile()
113 for (XlaCompiler::CompilationResult* result : {&then_result, &else_result}) { in Compile()
260 for (XlaCompiler::CompilationResult* result : {&then_result, &else_result}) { in Compile()
Dcase_op.cc102 std::vector<XlaCompiler::CompilationResult> branch_results(num_branches); in Compile()
103 std::vector<XlaCompiler::CompilationResult*> branch_results_p(num_branches); in Compile()
112 for (XlaCompiler::CompilationResult* result : branch_results_p) { in Compile()
272 for (const XlaCompiler::CompilationResult& result : branch_results) { in Compile()
Dxla_select_and_scatter_op.cc73 XlaCompiler::CompilationResult select; in Compile()
94 XlaCompiler::CompilationResult scatter; in Compile()
Dwhile_op.cc155 const XlaCompiler::CompilationResult& body, bool has_token_input_output) { in VerifyBodyInputAndOutputShapeMatch()
180 XlaOpKernelContext* ctx, const XlaCompiler::CompilationResult& cond) { in BuildWrappedCond()
191 XlaOpKernelContext* ctx, const XlaCompiler::CompilationResult& body, in BuildWrappedBody()
320 XlaCompiler::CompilationResult body; in Compile()
413 XlaCompiler::CompilationResult cond; in Compile()
Dxla_reduce_op.cc70 XlaCompiler::CompilationResult reducer; in Compile()
Dreduce_window_op.cc87 XlaCompiler::CompilationResult reducer; in Compile()
/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.cc115 const XlaCompiler::CompilationResult* compilation_result, in XlaExecutableClosure()
129 const XlaCompiler::CompilationResult* compilation_result() const { in compilation_result()
140 const XlaCompiler::CompilationResult* compilation_result_;
259 const XlaCompiler::CompilationResult** kernel, in CompileToLocalExecutable()
328 const XlaCompiler::CompilationResult* kernel; in Compute()
445 const XlaCompiler::CompilationResult* kernel; in Compute()
/external/v8/src/regexp/
Djsregexp.h1514 struct CompilationResult { struct
1515 CompilationResult(Isolate* isolate, const char* error_message) in CompilationResult() argument
1519 CompilationResult(Object* code, int registers) in CompilationResult() function
1526 static CompilationResult Compile(Isolate* isolate, Zone* zone, argument
Djsregexp.cc339 RegExpEngine::CompilationResult result = in CompileIrregexp()
947 RegExpEngine::CompilationResult Assemble(Isolate* isolate,
1025 static RegExpEngine::CompilationResult IrregexpRegExpTooBig(Isolate* isolate) { in IrregexpRegExpTooBig()
1026 return RegExpEngine::CompilationResult(isolate, "RegExp too big"); in IrregexpRegExpTooBig()
1052 RegExpEngine::CompilationResult RegExpCompiler::Assemble( in Assemble()
1096 return RegExpEngine::CompilationResult(*code, next_register_); in Assemble()
6630 RegExpEngine::CompilationResult RegExpEngine::Compile( in Compile()
6705 return CompilationResult(isolate, error_message); in Compile()