MCPcopy Index your code
hub / github.com/pytorch/pytorch / Proto

Method Proto

caffe2/python/core.py:1866–1868  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1864 return new_net, [new_net.GetBlobRef(o) for o in new_out]
1865
1866 def Proto(self):
1867 self._InvalidateLookupTables()
1868 return self._net
1869
1870 def insert_op_at_idx(self, op, op_idx):
1871 r""" inserting operator at index. Will update external blob list.

Callers 15

test_swish_int8Method · 0.95
test_ParallelFCMethod · 0.95
test_int8_quantizeMethod · 0.95
test_int8_fcMethod · 0.95
test_int8_small_inputMethod · 0.95
_test_nccl_syncMethod · 0.95
build_netFunction · 0.95
get_setup_netsFunction · 0.95
AppendNetMethod · 0.95
set_rand_seedMethod · 0.95

Calls 1