Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pytorch/pytorch
/ Net
Method
Net
caffe2/python/core.py:261–262 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
259
return
BlobReference(other + self._name, self._from_net)
260
261
def
Net(self):
262
return
self._from_net
263
264
def
GetNameScope(self):
265
return
self._name[:self._name.rfind(scope._NAMESCOPE_SEPARATOR) + 1]
Callers
15
_test_serialization_container
Method · 0.80
test_cpp_frontend_module_has_same_output_as_python
Method · 0.80
__init__
Method · 0.80
test_cpp_frontend_module_python_inter_op
Method · 0.80
test_cpp_frontend_module_has_up_to_date_attributes
Method · 0.80
test_cpp_frontend_module_python_inter_op_with_cuda
Method · 0.80
parse_net_def
Function · 0.80
test_swish_int8
Method · 0.80
test_ParallelFC
Method · 0.80
test_batch_matmul
Method · 0.80
Skip_test_SLS_NonQuantized_fp16
Method · 0.80
test_int8_quantize
Method · 0.80
Calls
no outgoing calls
Tested by
15
_test_serialization_container
Method · 0.64
test_cpp_frontend_module_has_same_output_as_python
Method · 0.64
__init__
Method · 0.64
test_cpp_frontend_module_python_inter_op
Method · 0.64
test_cpp_frontend_module_has_up_to_date_attributes
Method · 0.64
test_cpp_frontend_module_python_inter_op_with_cuda
Method · 0.64
test_swish_int8
Method · 0.64
test_ParallelFC
Method · 0.64
test_batch_matmul
Method · 0.64
Skip_test_SLS_NonQuantized_fp16
Method · 0.64
test_int8_quantize
Method · 0.64
test_int8_fc
Method · 0.64