Home
last modified time | relevance | path

Searched refs:argument_shape_ptrs (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dservice.cc806 std::vector<const Shape*> argument_shape_ptrs; in Compile() local
809 argument_shape_ptrs.push_back(&argument_shapes.back()); in Compile()
814 argument_shape_ptrs, &arg->execution_options())); in Compile()