Home
last modified time | relevance | path

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

/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/CXX11/src/Tensor/
DTensorDevice.h33 typedef TensorAssignOp<ExpressionType, const OtherDerived> Assign; typedef
44 typedef TensorAssignOp<ExpressionType, const Sum> Assign; typedef
55 typedef TensorAssignOp<ExpressionType, const Difference> Assign; typedef
DTensorFixedSize.h323 typedef TensorAssignOp<TensorFixedSize, const OtherDerived> Assign; in TensorFixedSize() typedef
331 typedef TensorAssignOp<TensorFixedSize, const OtherDerived> Assign; in TensorFixedSize() typedef
341 typedef TensorAssignOp<Self, const TensorFixedSize> Assign; typedef
352 typedef TensorAssignOp<Self, const OtherDerived> Assign; typedef
DTensor.h386 typedef TensorAssignOp<Tensor, const OtherDerived> Assign; in Tensor() typedef
395 typedef TensorAssignOp<Tensor, const OtherDerived> Assign; in Tensor() typedef
404 typedef TensorAssignOp<Tensor, const Tensor> Assign; typedef
414 typedef TensorAssignOp<Tensor, const OtherDerived> Assign; typedef
DTensorMap.h300 typedef TensorAssignOp<Self, const Self> Assign; typedef
310 typedef TensorAssignOp<Self, const OtherDerived> Assign; typedef
/applications/standard/dlp_manager/entry/src/main/ets/common/
DObjectUtil.ts17 static Assign<T extends {}, U>(target: T, source: U): T & U { method in ObjectUtil