HomeSort by relevance Sort by last modified time
    Searched defs:XlaCompiler (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiler.cc 50 const std::vector<XlaCompiler::Argument>& args) {
67 bool XlaCompiler::Argument::operator==(
68 const XlaCompiler::Argument& other) const {
85 XlaCompiler::XlaCompiler(XlaCompiler::Options options)
120 XlaCompiler::~XlaCompiler() = default;
122 int64 XlaCompiler::NextStepId() { return next_step_id_++; }
124 uint64 XlaCompiler::SignatureHash::operator()
    [all...]
xla_compiler.h 35 // The XlaCompiler class is responsible for compilation of a self-contained
40 // XlaCompiler is typically invoked from an `_XlaLaunch` operator once the
44 // XlaCompiler compiles Tensorflow graphs that received inputs via _Arg nodes,
47 // The XlaCompiler requires one Argument struct for each _Arg index, that
84 class XlaCompiler {
230 // XlaCompiler's constructor.
271 explicit XlaCompiler(Options options);
273 ~XlaCompiler();
296 // same XlaCompiler.
314 const std::vector<XlaCompiler::Argument>& args
    [all...]

Completed in 84 milliseconds