Searched defs:type_hint (Results 1 – 12 of 12) sorted by relevance
/external/pytorch/torch/csrc/distributed/rpc/ |
D | py_rref.cpp | 56 const py::object& type_hint) { in tryInferTypeWithTypeHint() 125 PyRRef::PyRRef(const py::object& value, const py::object& type_hint) in PyRRef()
|
/external/tensorflow/tensorflow/core/framework/ |
D | summary.proto | 17 string type_hint = 1; field
|
/external/pytorch/torch/csrc/jit/frontend/ |
D | sugared_value.cpp | 474 TypePtr type_hint) { in getitem() 599 TypePtr type_hint) { in getitem() 650 TypePtr type_hint) { in getitem()
|
D | ir_emitter.cpp | 3189 TypePtr type_hint = nullptr; in emitSelectAssign() local 4985 TypePtr type_hint; in emitIntAndSliceIndexing() local
|
/external/cronet/tot/net/base/ |
D | mime_sniffer.cc | 455 static bool IsOfficeType(const std::string& type_hint) { in IsOfficeType() 706 const std::string& type_hint, in SniffMimeType()
|
D | mime_sniffer_unittest.cc | 69 std::string type_hint; in TEST() local
|
/external/cronet/stable/net/base/ |
D | mime_sniffer.cc | 455 static bool IsOfficeType(const std::string& type_hint) { in IsOfficeType() 706 const std::string& type_hint, in SniffMimeType()
|
D | mime_sniffer_unittest.cc | 69 std::string type_hint; in TEST() local
|
/external/pytorch/aten/src/ATen/core/ |
D | type.cpp | 367 …st TypePtr& t1, const TypePtr& t2, bool default_to_union=false, const TypePtr& type_hint=nullptr) { in unifyTypesImpl() 449 …unifyTypes(const TypePtr& t1, const TypePtr& t2, bool default_to_union, const TypePtr& type_hint) { in unifyTypes() 463 const TypePtr& type_hint) { in unifyTypeList()
|
/external/pytorch/torch/jit/ |
D | _script.py | 1069 def create_script_list(obj, type_hint=None): argument
|
/external/pytorch/torch/csrc/jit/python/ |
D | python_sugared_value.cpp | 305 TypePtr type_hint) { in getitem()
|
/external/pytorch/test/ |
D | test_jit.py | 7657 def test(inp, typ, type_hint): argument
|