(self, namescope=None)
| 403 | if p.GetNameScope().startswith(namescope)] |
| 404 | |
| 405 | def GetAllParams(self, namescope=None): |
| 406 | return self.GetParams(namescope) + self.GetComputedParams(namescope) |
| 407 | |
| 408 | def TensorProtosDBInput( |
| 409 | self, unused_blob_in, blob_out, batch_size, db, db_type, **kwargs |