/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_executor.cpp | 28 using Assign = Eigen::TensorAssignOp<Dst, const Expr>; in DefaultAssign() typedef 41 using Assign = Eigen::TensorAssignOp<Dst, const Expr>; in DeviceAssign() typedef 73 using Assign = TensorAssignOp<decltype(dst), const decltype(expr)>; in test_execute_unary_expr() typedef 104 using Assign = TensorAssignOp<decltype(dst), const decltype(expr)>; in test_execute_binary_expr() typedef 137 using Assign = TensorAssignOp<decltype(dst), const decltype(expr)>; in test_execute_broadcasting() typedef 342 using Assign = TensorAssignOp<decltype(dst), const decltype(expr)>; in test_execute_reshape() typedef 382 using Assign = TensorAssignOp<decltype(dst), const decltype(expr)>; in test_execute_slice_rvalue() typedef 425 using Assign = TensorAssignOp<decltype(expr), const decltype(slice)>; in test_execute_slice_lvalue() typedef 457 using Assign = TensorAssignOp<decltype(dst), const decltype(expr)>; in test_execute_broadcasting_of_forced_eval() typedef 500 using Assign = TensorAssignOp<decltype(dst), const decltype(expr)>; in test_execute_generator_op() typedef [all …]
|
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
H A D | TensorDevice.h | 35 typedef TensorAssignOp<ExpressionType, const OtherDerived> Assign; in EIGEN_DEFAULT_COPY_CONSTRUCTOR() typedef 46 typedef TensorAssignOp<ExpressionType, const Sum> Assign; typedef 57 typedef TensorAssignOp<ExpressionType, const Difference> Assign; typedef 91 typedef TensorAssignOp<ExpressionType, const OtherDerived> Assign; typedef 118 typedef TensorAssignOp<ExpressionType, const OtherDerived> Assign; typedef
|
H A D | Tensor.h | 386 typedef TensorAssignOp<Tensor, const OtherDerived> Assign; in Tensor() typedef 396 typedef TensorAssignOp<Tensor, const OtherDerived> Assign; in Tensor() typedef 419 typedef TensorAssignOp<Tensor, const Tensor> Assign; typedef 429 typedef TensorAssignOp<Tensor, const OtherDerived> Assign; typedef
|
H A D | TensorFixedSize.h | 330 typedef TensorAssignOp<TensorFixedSize, const OtherDerived> Assign; in TensorFixedSize() typedef 338 typedef TensorAssignOp<TensorFixedSize, const OtherDerived> Assign; in TensorFixedSize() typedef
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | statusor_internals.h | 136 void Assign(const T& value) { in Assign() function 146 void Assign(T&& value) { in Assign() function 156 void Assign(const Status& status) { in Assign() function 162 void Assign(Status&& status) { in Assign() function
|
/aosp_15_r20/build/make/tools/product_config/src/com/android/build/config/ |
H A D | GenericConfig.java | 75 public static class Assign extends Statement { class in GenericConfig 82 public Assign(String varName, Str value) { in Assign() method in GenericConfig.Assign 92 public Assign(String varName, List<Str> value) { in Assign() method in GenericConfig.Assign
|
/aosp_15_r20/external/autotest/metadata/utils/ |
H A D | control_files.py | 73 def _find_last_global_assignment(stmts: List[ast.Assign], 81 def _find_global_assignments(stmts: List[ast.Assign], 102 def _extract_str_value(stmt: ast.Assign) -> str:
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/ |
H A D | tree_views.h | 693 struct Assign : public Stmt { struct 694 explicit Assign(const TreeRef& tree) : Stmt(tree) { in Assign() function 697 static Assign create( in create() argument 705 List<Expr> lhs_list() const { in lhs_list() 709 Expr lhs() const { in lhs() 715 Maybe<Expr> rhs() const { in rhs() 719 Maybe<Expr> type() const { in type()
|
/aosp_15_r20/art/runtime/mirror/ |
H A D | object_reference-inl.h | 34 void ObjectReference<kPoisonReferences, MirrorType>::Assign(ObjPtr<MirrorType> ptr) { in Assign() function 48 void HeapReference<MirrorType>::Assign(ObjPtr<MirrorType> ptr) { in Assign() function
|
H A D | object_reference.h | 134 void Assign(MirrorType* other) { in Assign() function 183 void Assign(MirrorType* other) REQUIRES_SHARED(Locks::mutator_lock_) { in Assign() function
|
/aosp_15_r20/external/pigweed/pw_string/public/pw_string/ |
H A D | util.h | 158 inline Status Assign(InlineString<>& string, std::string_view view) { in Assign() function 165 inline Status Assign(InlineString<>& string, const char* c_string) { in Assign() function
|
/aosp_15_r20/art/runtime/ |
H A D | handle.h | 153 ALWAYS_INLINE T* Assign(T* reference) REQUIRES_SHARED(Locks::mutator_lock_) { in Assign() function 160 ALWAYS_INLINE T* Assign(ObjPtr<T> reference) REQUIRES_SHARED(Locks::mutator_lock_) { in Assign() function
|
H A D | reflective_reference.h | 44 void Assign(ReflectiveType* r) { in Assign() function
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/status/ |
H A D | statusor.h | 635 inline void StatusOr<T>::Assign(const StatusOr<U>& other) { in Assign() function 645 inline void StatusOr<T>::Assign(StatusOr<U>&& other) { in Assign() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/ |
D | statusor.h | 649 inline void StatusOr<T>::Assign(const StatusOr<U>& other) { in Assign() function 659 inline void StatusOr<T>::Assign(StatusOr<U>&& other) { in Assign() function
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/status/ |
H A D | statusor.h | 649 inline void StatusOr<T>::Assign(const StatusOr<U>& other) { in Assign() function 659 inline void StatusOr<T>::Assign(StatusOr<U>&& other) { in Assign() function
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/port/default/ |
H A D | statusor.h | 444 inline void StatusOr<T>::Assign(const StatusOr<U>& other) { in Assign() function 454 inline void StatusOr<T>::Assign(StatusOr<U>&& other) { in Assign() function
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/status/ |
H A D | statusor.h | 649 inline void StatusOr<T>::Assign(const StatusOr<U>& other) { in Assign() function 659 inline void StatusOr<T>::Assign(StatusOr<U>&& other) { in Assign() function
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/status/ |
H A D | statusor.h | 669 inline void StatusOr<T>::Assign(const StatusOr<U>& other) { in Assign() function 679 inline void StatusOr<T>::Assign(StatusOr<U>&& other) { in Assign() function
|
/aosp_15_r20/external/abseil-cpp/absl/status/ |
H A D | statusor.h | 669 inline void StatusOr<T>::Assign(const StatusOr<U>& other) { in Assign() function 679 inline void StatusOr<T>::Assign(StatusOr<U>&& other) { in Assign() function
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/status/ |
H A D | statusor.h | 669 inline void StatusOr<T>::Assign(const StatusOr<U>& other) { in Assign() function 679 inline void StatusOr<T>::Assign(StatusOr<U>&& other) { in Assign() function
|
/aosp_15_r20/external/pigweed/pw_result/public/pw_result/ |
H A D | result.h | 750 constexpr inline void Result<T>::Assign(const Result<U>& other) { in Assign() function 760 constexpr inline void Result<T>::Assign(Result<U>&& other) { in Assign() function
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | http_raw_request_headers.h | 40 void Assign(HttpRawRequestHeaders other) { *this = std::move(other); } in Assign() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | scatter_functor.h | 45 struct Assign {}; struct
|
/aosp_15_r20/external/llvm/test/DebugInfo/Inputs/ |
H A D | dwarfdump-objc.m | 8 @property (assign) int Assign; property
|