Home
last modified time | relevance | path

Searched defs:CompilationResult (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.h246 struct CompilationResult { struct
251 std::vector<int> input_mapping;
255 std::vector<xla::Shape> xla_input_shapes;
259 xla::Shape xla_output_shape;
264 std::vector<OutputDescription> outputs;
268 tf2xla::HostComputeMetadata host_compute_metadata;
274 std::vector<ResourceUpdate> resource_updates;
277 std::shared_ptr<xla::XlaComputation> computation;
/external/v8/src/regexp/
Djsregexp.h1514 struct CompilationResult { struct
1515 CompilationResult(Isolate* isolate, const char* error_message) in CompilationResult() function
1519 CompilationResult(Object* code, int registers) in CompilationResult() argument
1526 static CompilationResult Compile(Isolate* isolate, Zone* zone, argument