Home
last modified time | relevance | path

Searched defs:Assign (Results 1 – 25 of 72) sorted by relevance

123

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDevice.h35 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
DTensor.h386 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
DTensorFixedSize.h330 typedef TensorAssignOp<TensorFixedSize, const OtherDerived> Assign; in TensorFixedSize() typedef
338 typedef TensorAssignOp<TensorFixedSize, const OtherDerived> Assign; in TensorFixedSize() typedef
/external/eigen/unsupported/test/
Dcxx11_tensor_executor.cpp28 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 …]
/external/tensorflow/tensorflow/core/platform/
Dstatusor_internals.h130 void Assign(const T& value) { in Assign() function
140 void Assign(T&& value) { in Assign() function
150 void Assign(const Status& status) { in Assign() function
156 void Assign(Status&& status) { in Assign() function
/external/autotest/metadata/utils/
Dcontrol_files.py73 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:
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/
Dstatusor.h635 inline void StatusOr<T>::Assign(const StatusOr<U>& other) { in Assign() function
645 inline void StatusOr<T>::Assign(StatusOr<U>&& other) { in Assign() function
/external/openscreen/third_party/abseil/src/absl/status/
Dstatusor.h635 inline void StatusOr<T>::Assign(const StatusOr<U>& other) { in Assign() function
645 inline void StatusOr<T>::Assign(StatusOr<U>&& other) { in Assign() function
/external/libtextclassifier/abseil-cpp/absl/status/
Dstatusor.h635 inline void StatusOr<T>::Assign(const StatusOr<U>& other) { in Assign() function
645 inline void StatusOr<T>::Assign(StatusOr<U>&& other) { in Assign() function
/external/pigweed/pw_result/public/pw_result/
Dresult.h588 constexpr inline void Result<T>::Assign(const Result<U>& other) { in Assign() function
598 constexpr inline void Result<T>::Assign(Result<U>&& other) { in Assign() function
/external/angle/third_party/abseil-cpp/absl/status/
Dstatusor.h649 inline void StatusOr<T>::Assign(const StatusOr<U>& other) { in Assign() function
659 inline void StatusOr<T>::Assign(StatusOr<U>&& other) { in Assign() function
/external/webrtc/third_party/abseil-cpp/absl/status/
Dstatusor.h643 inline void StatusOr<T>::Assign(const StatusOr<U>& other) { in Assign() function
653 inline void StatusOr<T>::Assign(StatusOr<U>&& other) { in Assign() function
/external/abseil-cpp/absl/status/
Dstatusor.h643 inline void StatusOr<T>::Assign(const StatusOr<U>& other) { in Assign() function
653 inline void StatusOr<T>::Assign(StatusOr<U>&& other) { in Assign() function
/external/tflite-support/tensorflow_lite_support/cc/port/default/
Dstatusor.h444 inline void StatusOr<T>::Assign(const StatusOr<U>& other) { in Assign() function
454 inline void StatusOr<T>::Assign(StatusOr<U>&& other) { in Assign() function
/external/tensorflow/tensorflow/core/kernels/
Dscatter_functor.h44 struct Assign {}; struct
/external/pdfium/fxjs/xfa/
Dcfxjse_value.h73 void Assign(const CFXJSE_Value* lpValue) { in Assign() function
/external/llvm/test/DebugInfo/Inputs/
Ddwarfdump-objc.m8 @property (assign) int Assign; property
/external/tensorflow/tensorflow/compiler/mlir/tfrt/benchmarks/
Dbenchmark.h111 using Assign = Eigen::TensorAssignOp<Dst, const Expr>; in run() local
/external/clang/test/SemaCXX/
Ddeprecated.cpp71 struct Assign { struct
/external/clang/lib/StaticAnalyzer/Core/
DCheckerHelpers.cpp81 if (auto Assign = dyn_cast_or_null<BinaryOperator>(S)) { in parseAssignment() local
/external/libchrome/base/android/
Djni_weak_ref.cc70 void JavaObjectWeakGlobalRef::Assign(const JavaObjectWeakGlobalRef& other) { in Assign() function in JavaObjectWeakGlobalRef
/external/webrtc/modules/audio_processing/aec3/
Dfft_data.h31 void Assign(const FftData& src) { in Assign() function
/external/tensorflow/tensorflow/c/experimental/saved_model/core/revived_types/
Dvariable.cc59 Status Variable::Assign(ImmediateExecutionTensorHandle* handle) { in Assign() function in tensorflow::Variable
/external/openscreen/util/
Durl_unittest.cc106 TEST(UrlTest, Assign) { in TEST() argument
/external/libgav1/libgav1/src/utils/
Dbit_reader.cc25 bool Assign(int* const value, int assignment, bool return_value) { in Assign() function

123