tf_1.8_xla_doc
tensorflow::XlaCompiler Member List

This is the complete list of members for tensorflow::XlaCompiler, including all inherited members.

BuildArguments(const Graph &graph, const std::vector< XlaCompiler::Argument > &args, bool use_tuple_arg, xla::ComputationBuilder *builder, XlaContext *context, std::vector< int > *arg_cores, std::vector< XlaExpression > *arg_expressions, std::vector< int > *input_mapping, std::vector< xla::Shape > *input_shapes, bool is_entry_computation)tensorflow::XlaCompilerprivate
CompileGraph(const CompileOptions &options, string const &name, std::unique_ptr< Graph > graph, const std::vector< Argument > &args, CompilationResult *result)tensorflow::XlaCompiler