Home
last modified time | relevance | path

Searched full:prim_dtype (Results 1 – 12 of 12) sorted by relevance

/external/pytorch/torch/csrc/jit/runtime/
Dsymbolic_shape_registry_util.cpp30 …{"aten::to.prim_dtype(Tensor(a) self, int? dtype=None, bool non_blocking=False, bool copy=False) -… in get_tensorexpr_elementwise_set()
Dregister_prim_ops.cpp1269 …"aten::to.prim_dtype(Tensor(a) self, int? dtype=None, bool non_blocking=False, bool copy=False) ->…
/external/pytorch/test/mobile/model_test/
Dmodel_ops.yaml366 aten::to.prim_dtype: 89
Dcoverage.yaml1073 aten::to.prim_dtype: 38
/external/pytorch/torch/csrc/jit/runtime/static/
Dnative_ops.cpp526 …"aten::to.prim_dtype(Tensor(a) self, int? dtype, bool non_blocking=False, bool copy=False) -> Tens… in __anon69571ad13102()
540 "dytpe cannot be None when copy is True for aten::to.prim_dtype"); in __anon69571ad13102()
1324 prim_dtype,
Dpasses.cpp412 …"static_runtime::to_maybe_copy_out.prim_dtype(Tensor self, int? dtype=None, bool non_blocking=Fals… in TORCH_LIBRARY_FRAGMENT()
421 …"static_runtime::to_copy.prim_dtype(Tensor self, int? dtype=None, bool non_blocking=False, bool co… in TORCH_LIBRARY_FRAGMENT()
592 …"aten::to.prim_dtype(Tensor(a) self, int? dtype=None, bool non_blocking=False, bool copy=False) ->… in ReplaceWithMaybeCopy()
Dops.cpp1594 …"static_runtime::to_maybe_copy_out.prim_dtype(Tensor self, int? dtype=None, bool non_blocking=Fals… in __anon5bf8650b4202()
1640 …"static_runtime::to_copy.prim_dtype(Tensor self, int? dtype=None, bool non_blocking=False, bool co… in __anon5bf8650b4302()
/external/pytorch/
Dpt_ops.bzl356 "aten::to.prim_dtype",
/external/pytorch/torch/_export/
Dconverter.py959 # special handle aten.to.dtype and aten.to.prim_dtype followed by inplace_mutation_op
964 if target == torch.ops.aten.to.dtype or target == torch.ops.aten.to.prim_dtype:
/external/pytorch/docs/source/
Dconf.py1638 "prim_dtype",
/external/pytorch/torch/csrc/jit/tensorexpr/
Dlowerings.cpp1579 …"aten::to.prim_dtype(Tensor(a) self, int? dtype=None, bool non_blocking=False, bool copy=False) ->… in nnc_lowerings_lazy_registration()
/external/pytorch/torch/onnx/
Dsymbolic_opset9.py207 "prim_dtype",
6346 def prim_dtype(g: jit_utils.GraphContext, self): function