Searched refs:mutable_ (Results 1 – 6 of 6) sorted by relevance
92 t->mutable_##FIELD##_val()); \100 t->mutable_##FIELD##_val()->Swap(©); \110 t->mutable_##FIELD##_val()->Swap(©); \
79 typedef decltype(std::declval<TensorProto>().mutable_##FIELDNAME##_val()) \82 return proto->mutable_##FIELDNAME##_val(); \
291 proto->mutable_##N##_val()->Swap(©); \
469 int mutable_() { constexpr Mutable a = { f(103) }; return a.k; } in mutable_() function
376 *tmp.mutable_##field_name() = src.field_name(); \ in TEST()
1098 t->mutable_##NAME##_val()->Reserve(last_index + 1); \ in CreateNodeDef()1101 t->mutable_##NAME##_val()->AddNAlreadyReserved(last_index + 1); \ in CreateNodeDef()