Files
tfm_ainventory/graphify-out/cache/aebe2b50eb36f8b53b33b36a2c6e462451ac7520571ec76b1aa4ca7af2df1e7f.json

1 line
11 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_numpy_matlib_py", "label": "matlib.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L1"}, {"id": "matlib_empty", "label": "empty()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L25"}, {"id": "matlib_ones", "label": "ones()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L66"}, {"id": "matlib_zeros", "label": "zeros()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L111"}, {"id": "matlib_identity", "label": "identity()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L155"}, {"id": "matlib_eye", "label": "eye()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L191"}, {"id": "matlib_rand", "label": "rand()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L233"}, {"id": "matlib_randn", "label": "randn()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L279"}, {"id": "matlib_repmat", "label": "repmat()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L332"}, {"id": "matlib_rationale_26", "label": "Return a new matrix of given shape and type, without initializing entries.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L26"}, {"id": "matlib_rationale_67", "label": "Matrix of ones. Return a matrix of given shape and type, filled with ones.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L67"}, {"id": "matlib_rationale_112", "label": "Return a matrix of given shape and type, filled with zeros. Parameters", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L112"}, {"id": "matlib_rationale_156", "label": "Returns the square identity matrix of given size. Parameters ----------", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L156"}, {"id": "matlib_rationale_192", "label": "Return a matrix with ones on the diagonal and zeros elsewhere. Parameters", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L192"}, {"id": "matlib_rationale_234", "label": "Return a matrix of random values with given shape. Create a matrix of the g", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L234"}, {"id": "matlib_rationale_280", "label": "Return a random matrix with data from the \"standard normal\" distribution. `", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L280"}, {"id": "matlib_rationale_333", "label": "Repeat a 0-D to 2-D array or matrix MxN times. Parameters ----------", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L333"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_numpy_matlib_py", "target": "warnings", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_matlib_py", "target": "numpy", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_matlib_py", "target": "numpy", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_matlib_py", "target": "numpy_matrixlib_defmatrix", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_matlib_py", "target": "matlib_empty", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_matlib_py", "target": "matlib_ones", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L66", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_matlib_py", "target": "matlib_zeros", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L111", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_matlib_py", "target": "matlib_identity", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L155", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_matlib_py", "target": "matlib_eye", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L191", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_matlib_py", "target": "matlib_rand", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L233", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_matlib_py", "target": "matlib_randn", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L279", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_matlib_py", "target": "matlib_repmat", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L332", "weight": 1.0}, {"source": "matlib_identity", "target": "matlib_empty", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L187", "weight": 1.0}, {"source": "matlib_rationale_26", "target": "matlib_empty", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L26", "weight": 1.0}, {"source": "matlib_rationale_67", "target": "matlib_ones", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L67", "weight": 1.0}, {"source": "matlib_rationale_112", "target": "matlib_zeros", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L112", "weight": 1.0}, {"source": "matlib_rationale_156", "target": "matlib_identity", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L156", "weight": 1.0}, {"source": "matlib_rationale_192", "target": "matlib_eye", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L192", "weight": 1.0}, {"source": "matlib_rationale_234", "target": "matlib_rand", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L234", "weight": 1.0}, {"source": "matlib_rationale_280", "target": "matlib_randn", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L280", "weight": 1.0}, {"source": "matlib_rationale_333", "target": "matlib_repmat", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L333", "weight": 1.0}], "raw_calls": [{"caller_nid": "matlib_empty", "callee": "__new__", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L64"}, {"caller_nid": "matlib_ones", "callee": "__new__", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L107"}, {"caller_nid": "matlib_ones", "callee": "fill", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L108"}, {"caller_nid": "matlib_zeros", "callee": "__new__", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L151"}, {"caller_nid": "matlib_zeros", "callee": "fill", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L152"}, {"caller_nid": "matlib_identity", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L186"}, {"caller_nid": "matlib_eye", "callee": "asmatrix", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L231"}, {"caller_nid": "matlib_rand", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L275"}, {"caller_nid": "matlib_rand", "callee": "asmatrix", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L277"}, {"caller_nid": "matlib_randn", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L328"}, {"caller_nid": "matlib_randn", "callee": "asmatrix", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L330"}, {"caller_nid": "matlib_repmat", "callee": "asanyarray", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L369"}, {"caller_nid": "matlib_repmat", "callee": "repeat", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L379"}, {"caller_nid": "matlib_repmat", "callee": "reshape", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L379"}, {"caller_nid": "matlib_repmat", "callee": "repeat", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L379"}, {"caller_nid": "matlib_repmat", "callee": "reshape", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L379"}, {"caller_nid": "matlib_repmat", "callee": "reshape", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/matlib.py", "source_location": "L380"}]}