HomeSort by relevance Sort by last modified time
    Searched full:arg_layouts (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/compiler/aot/
compile.cc 59 std::vector<const xla::Shape*> arg_layouts; local
60 arg_layouts.reserve(pshape->parameters_size());
62 arg_layouts.push_back(pshape->mutable_parameters(i));
66 instance.argument_layouts = std::move(arg_layouts);

Completed in 140 milliseconds