Searched defs:non_const (Results 1 – 3 of 3) sorted by relevance
167 int non_const() { return 1; } in non_const() function
144 std::optional<int> non_const() { return 1; } in non_const() function
116 NodeDef* non_const = AddScalarPlaceholder(DT_INT64, &graph); in TEST() local