/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_compilation_cache.h | 76 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);
|
D | xla_compilation_cache.cc | 142 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()
|
D | xla_compile_on_demand_op.h | 46 const XlaCompiler::CompilationResult** result, 49 const XlaCompiler::CompilationResult* result,
|
D | xla_compile_on_demand_op.cc | 52 const XlaCompiler::CompilationResult* result, in Run() 115 const XlaCompiler::CompilationResult** result, in Compile() 212 const XlaCompiler::CompilationResult* result; in Compute()
|
D | xla_launch_util.h | 164 const XlaCompiler::CompilationResult* kernel, 179 const XlaCompiler::CompilationResult* kernel,
|
D | xla_launch_util.cc | 208 OpKernelContext* ctx, const XlaCompiler::CompilationResult* kernel, in PopulateInputs() 261 OpKernelContext* ctx, const XlaCompiler::CompilationResult* kernel, in PopulateOutputs()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_compiler_test.cc | 177 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 …]
|
D | xla_compiler.h | 246 struct CompilationResult { struct 337 CompilationResult* result); 346 CompilationResult* result); 354 CompilationResult* result); 475 CompilationResult, SignatureHash>
|
D | graph_compiler.cc | 258 XlaCompiler::CompilationResult result; in CompileFunctionalNode()
|
D | tf2xla.cc | 298 XlaCompiler::CompilationResult result; in ConvertGraphToXla()
|
D | xla_compiler.cc | 545 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/ |
D | if_op.cc | 105 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()
|
D | case_op.cc | 102 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()
|
D | xla_select_and_scatter_op.cc | 73 XlaCompiler::CompilationResult select; in Compile() 94 XlaCompiler::CompilationResult scatter; in Compile()
|
D | while_op.cc | 155 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()
|
D | xla_reduce_op.cc | 70 XlaCompiler::CompilationResult reducer; in Compile()
|
D | reduce_window_op.cc | 87 XlaCompiler::CompilationResult reducer; in Compile()
|
/external/tensorflow/tensorflow/compiler/jit/kernels/ |
D | xla_ops.cc | 115 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/ |
D | jsregexp.h | 1514 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
|
D | jsregexp.cc | 339 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()
|
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.jdt.core_3.14.0.v20180528-0519.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
/external/guice/extensions/struts2/lib/ |
D | core-3.1.1.jar | META-INF/
org/
org/eclipse/
org/eclipse/jdt/
org/eclipse ... |
/external/dagger2/lib/ |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |