Home
last modified time | relevance | path

Searched defs:type_hint (Results 1 – 12 of 12) sorted by relevance

/external/pytorch/torch/csrc/distributed/rpc/
Dpy_rref.cpp56 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/
Dsummary.proto17 string type_hint = 1; field
/external/pytorch/torch/csrc/jit/frontend/
Dsugared_value.cpp474 TypePtr type_hint) { in getitem()
599 TypePtr type_hint) { in getitem()
650 TypePtr type_hint) { in getitem()
Dir_emitter.cpp3189 TypePtr type_hint = nullptr; in emitSelectAssign() local
4985 TypePtr type_hint; in emitIntAndSliceIndexing() local
/external/cronet/tot/net/base/
Dmime_sniffer.cc455 static bool IsOfficeType(const std::string& type_hint) { in IsOfficeType()
706 const std::string& type_hint, in SniffMimeType()
Dmime_sniffer_unittest.cc69 std::string type_hint; in TEST() local
/external/cronet/stable/net/base/
Dmime_sniffer.cc455 static bool IsOfficeType(const std::string& type_hint) { in IsOfficeType()
706 const std::string& type_hint, in SniffMimeType()
Dmime_sniffer_unittest.cc69 std::string type_hint; in TEST() local
/external/pytorch/aten/src/ATen/core/
Dtype.cpp367 …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.py1069 def create_script_list(obj, type_hint=None): argument
/external/pytorch/torch/csrc/jit/python/
Dpython_sugared_value.cpp305 TypePtr type_hint) { in getitem()
/external/pytorch/test/
Dtest_jit.py7657 def test(inp, typ, type_hint): argument