Searched refs:argument_layout_pointers (Results 1 – 3 of 3) sorted by relevance
152 std::vector<const Shape*>* argument_layout_pointers) { in DetermineArgumentLayoutsFromCompileOptions() argument166 argument_layout_pointers->reserve(argument_layouts->size()); in DetermineArgumentLayoutsFromCompileOptions()193 argument_layout_pointers->push_back(layout); in DetermineArgumentLayoutsFromCompileOptions()
46 std::vector<const Shape*>* argument_layout_pointers);
2137 std::vector<const Shape*> argument_layout_pointers; in Compile() local2146 &argument_layout_pointers)); in Compile()2183 client()->Compile(computation, argument_layout_pointers, build_options)); in Compile()