Home
last modified time | relevance | path

Searched full:__is__ (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_peephole_optimize.cpp20 %2 : bool = aten::__is__(%0, %1) in TEST()
27 .check_not("aten::__is__") in TEST()
38 %2 : bool = aten::__is__(%0, %1) in TEST()
45 .check("aten::__is__") in TEST()
57 %4 : bool = aten::__is__(%0, %1) in TEST()
64 .check("aten::__is__") in TEST()
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dserialized_shape_function_registry.cpp1494 if torch.__is__(bias, None):
1597 if torch.__is__(bias, None):
1716 if torch.__is__(bias, None):
1889 if torch.__is__(stride, None):
1893 if torch.__is__(padding, None):
1897 if torch.__is__(output_padding, None):
1902 if torch.__is__(dilation, None):
2019 if torch.__is__(out_dim, None):
2046 if torch.__is__(out_dim, None):
2070 _10 = torch.__is__(not_skipped_tensor, None)
[all …]
H A Ddecomposition_registry_util.cpp21 if torch.__is__(dim, None):
38 if torch.__is__(correction, None):
H A Dinstruction.cpp82 RAISE_EXCEPTION, UNCHECKED_CAST, __IS__, UN_INITIALIZED, in isOpSupportedInMobile()
H A Dinstruction.h58 _(__IS__, "") /* performs `is` operator from Python */ \
H A Dinterpreter.cpp701 case INST(__IS__): { in runTemplate()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Deliminate_no_ops.cpp23 if (kind == aten::__is__ || kind == aten::__isnot__) { in cannotOptimize()
32 // %b : bool = aten::__is__(%y, %x) (= False)
34 // %b : bool = aten::__is__(%x, %x) (= True!)
H A Dnormalize_ops.cpp36 // Normalizes a `__is__` comparison with a bool to `eq` (and same with
42 if (iter->kind() == aten::__is__) { in normalizeIsBool()
H A Dpeephole_non_tensor.cpp170 node->kind() == aten::__is__ || node->kind() == aten::__isnot__) { in optimizeBlock()
173 // __is__ in optimizeBlock()
H A Dspecialize_autogradzero.cpp233 auto check = graph_->insert(aten::__is__, {inp, none_val})->node(); in guardSpecializations()
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dupgrader_mobile.cpp487 Instruction{OpCode::__IS__, 0, 0}, in getUpgraderBytecodeList()
537 Instruction{OpCode::__IS__, 0, 0}, in getUpgraderBytecodeList()
578 Instruction{OpCode::__IS__, 0, 0}, in getUpgraderBytecodeList()
631 Instruction{OpCode::__IS__, 0, 0}, in getUpgraderBytecodeList()
H A Dpromoted_prim_ops.cpp248 mobile::prim_op_fn_register("aten::__is__", is),
H A Dinterpreter.cpp287 case __IS__: { in run()
/aosp_15_r20/external/rust/android-crates-io/crates/annotate-snippets/tests/
Ddl_from_snippet.rs254 label: Some("This __is__ a title"), in test_format_label()
266 content: "This __is__ a title", in test_format_label()
/aosp_15_r20/external/pytorch/test/mobile/
H A Dtest_upgrader_bytecode_table_example.cpp336 OperatorString({"aten::__is__", "", 2}), in getUpgraderBytecodeList()
378 OperatorString({"aten::__is__", "", 2}), in getUpgraderBytecodeList()
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/interpreter/
H A Dcode_impl.h823 case aten::__is__: in emitNode()
824 emitOperatorOrInstruction(node, __IS__); in emitNode()
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dinterned_strings.h194 _(aten, __is__) \
/aosp_15_r20/external/pytorch/test/mobile/model_test/
H A Dmodel_ops.yaml26 aten::__is__: 80
H A Dcoverage.yaml1048 aten::__is__: 83
/aosp_15_r20/external/pytorch/
H A Dpt_ops.bzl208 "aten::__is__",
/aosp_15_r20/external/OpenCSD/decoder/docs/prog_guide/
H A Dprog_guide_generic_pkts.md285 … can have an associated cycle count (`has_cc == 1`). For this protocol, the cycle count __is__ part
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dimpl.cpp81 if (kind != aten::__is__ && kind != aten::__isnot__) { in isUnsupportedOp()
85 // We can't support aten::__is__ (and __isnot__) with tensor arguments. in isUnsupportedOp()
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_peephole.py254 FileCheck().check_count("aten::__is__", 0, exactly=True).run(op_graph)
/aosp_15_r20/external/pytorch/torch/_export/
H A Dconverter.py234 "aten::__is__": operator.is_,
/aosp_15_r20/external/pytorch/benchmarks/static_runtime/
H A Dtest_static_module.cc369 # aten::__is__ on tensors is blocked in TEST()

12