Searched defs:has_side_effect (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/ |
H A D | ops.cc | 177 const py::bytes& opaque, bool has_side_effect, in BuildOpsSubmodule() 196 const py::bytes& opaque, bool has_side_effect, in BuildOpsSubmodule() 200 CustomCallApiVersion api_version) -> XlaOp { in BuildOpsSubmodule()
|
H A D | py_client.cc | 619 std::optional<std::vector<Shape>> operand_layouts, bool has_side_effect) { in EmitPythonCallbackFromDescriptor() 691 std::optional<std::vector<Shape>> operand_layouts, bool has_side_effect) { in EmitPythonCallback()
|
/aosp_15_r20/external/pytorch/torch/fx/ |
H A D | node.py | 63 def has_side_effect(fn: Callable) -> Callable: function
|
H A D | graph.py | 1645 def has_side_effect(node): function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/ |
H A D | xla_builder.cc | 1969 bool has_side_effect, in CustomCall() 2017 bool has_side_effect, in CustomCallInternal() 2078 bool has_side_effect, in CustomCall() 4423 const std::string& opaque, bool has_side_effect, in CustomCall() 4438 const Shape& shape, const std::string& opaque, bool has_side_effect, in CustomCallWithComputation() 4453 const std::string& opaque, bool has_side_effect, in CustomCallWithLayout() 4468 const std::string& opaque, bool has_side_effect, in CustomCallWithConvDnums()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/ir/ |
H A D | mlir_hlo_builder.cc | 147 bool has_side_effect, in CustomCallInternal()
|