HomeSort by relevance Sort by last modified time
    Searched refs:Assign (Results 26 - 50 of 375) sorted by null

12 3 4 5 6 7 8 91011>>

  /art/runtime/
handle.h 131 ALWAYS_INLINE T* Assign(T* reference) REQUIRES_SHARED(Locks::mutator_lock_) {
134 ref->Assign(reference);
138 ALWAYS_INLINE T* Assign(ObjPtr<T> reference) REQUIRES_SHARED(Locks::mutator_lock_) {
141 ref->Assign(reference.Ptr());
imtable_test.cc 52 h_class_loader.Assign(
62 h_class_loader.Assign(
  /art/runtime/mirror/
object_reference.h 67 void Assign(MirrorType* other) {
71 void Assign(ObjPtr<MirrorType> ptr) REQUIRES_SHARED(Locks::mutator_lock_);
117 void Assign(MirrorType* other) REQUIRES_SHARED(Locks::mutator_lock_) {
126 void Assign(ObjPtr<MirrorType> ptr) REQUIRES_SHARED(Locks::mutator_lock_);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_transformer.py 24 self.assertIsInstance(child2, ast.Assign)
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
Tensor.h 386 typedef TensorAssignOp<Tensor, const OtherDerived> Assign;
387 Assign assign(*this, other.derived());
388 resize(TensorEvaluator<const Assign, DefaultDevice>(assign, DefaultDevice()).dimensions());
389 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice());
395 typedef TensorAssignOp<Tensor, const OtherDerived> Assign;
396 Assign assign(*this, other.derived())
    [all...]
TensorLayoutSwap.h 88 typedef TensorAssignOp<TensorLayoutSwapOp, const TensorLayoutSwapOp> Assign;
89 Assign assign(*this, other);
90 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice());
98 typedef TensorAssignOp<TensorLayoutSwapOp, const OtherDerived> Assign;
99 Assign assign(*this, other);
100 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice())
    [all...]
TensorReverse.h 78 typedef TensorAssignOp<TensorReverseOp, const TensorReverseOp> Assign;
79 Assign assign(*this, other);
80 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice());
88 typedef TensorAssignOp<TensorReverseOp, const OtherDerived> Assign;
89 Assign assign(*this, other);
90 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice())
    [all...]
TensorShuffling.h 76 typedef TensorAssignOp<TensorShufflingOp, const TensorShufflingOp> Assign;
77 Assign assign(*this, other);
78 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice());
86 typedef TensorAssignOp<TensorShufflingOp, const OtherDerived> Assign;
87 Assign assign(*this, other);
88 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice())
    [all...]
  /external/libmojo/base/android/
jni_weak_ref.h 41 void Assign(const JavaObjectWeakGlobalRef& rhs);
  /external/python/cpython2/Lib/test/
test_transformer.py 24 self.assertIsInstance(child2, ast.Assign)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_transformer.py 24 self.assertIsInstance(child2, ast.Assign)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_transformer.py 24 self.assertIsInstance(child2, ast.Assign)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_transformer.py 24 self.assertIsInstance(child2, ast.Assign)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_transformer.py 24 self.assertIsInstance(child2, ast.Assign)
  /external/tensorflow/tensorflow/contrib/py2tf/pyct/
compiler_test.py 35 gast.Assign(
40 gast.Assign(
templates_test.py 75 gast.Assign([
  /external/tensorflow/tensorflow/core/kernels/
scatter_functor.h 36 enum class UpdateOp { ASSIGN, ADD, SUB, MUL, DIV };
41 struct Assign {};
43 struct Assign<scatter_op::UpdateOp::ASSIGN> {
50 struct Assign<scatter_op::UpdateOp::ADD> {
57 struct Assign<scatter_op::UpdateOp::SUB> {
64 struct Assign<scatter_op::UpdateOp::MUL> {
71 struct Assign<scatter_op::UpdateOp::DIV> {
82 struct AssignSYCL<scatter_op::UpdateOp::ASSIGN> {
150 scatter_op::internal::Assign<op>::Run(params.template chip<0>(index)
    [all...]
basic_ops_benchmark_test.cc 52 test::graph::Assign(g, var, Zeros(g, 1));
  /system/nvram/hal/
memory_storage.cpp 35 if (!blob->Assign(blob_.data(), blob_.size())) {
43 if (!blob_.Assign(blob.data(), blob.size())) {
  /system/tpm/trunks/
background_command_transceiver_test.cc 49 void Assign(std::string* to, const std::string& from) {
84 background_transceiver.SendCommand("test", base::Bind(Assign, &output));
  /art/runtime/gc/space/
space_create_test.cc 146 EXPECT_EQ(free3, space->Free(self, ptr3.Assign(nullptr)));
165 space->Free(self, ptr1.Assign(nullptr));
190 ptr1.Assign(Alloc(space,
207 ptr3.Assign(AllocWithGrowth(space,
218 space->Free(self, ptr3.Assign(nullptr));
222 space->Free(self, ptr1.Assign(nullptr));
280 space->Free(self, ptr3.Assign(nullptr));
299 space->Free(self, ptr1.Assign(nullptr));
  /external/libbrillo/brillo/
any.h 50 data_buffer_.Assign(std::move(value));
62 data_buffer_.Assign(std::move(value));
  /system/nvram/core/tests/
nvram_manager_test.cpp 173 ASSERT_TRUE(bad_space_blob.Assign(kBadSpaceData, sizeof(kBadSpaceData)));
469 ASSERT_TRUE(space.authorization_value.Assign(kAuthorizationValue,
666 ASSERT_TRUE(write_space_request.buffer.Assign("0123456789", 10));
684 ASSERT_TRUE(write_space_request.buffer.Assign("0123456789", 10));
710 ASSERT_TRUE(write_space_request.buffer.Assign("0123456789abcdef", 16));
729 ASSERT_TRUE(write_space_request.buffer.Assign("01234", 5));
754 ASSERT_TRUE(write_space_request.buffer.Assign("data", 4));
782 ASSERT_TRUE(write_space_request.buffer.Assign("data", 4));
809 ASSERT_TRUE(write_space_request.buffer.Assign("data", 4));
829 ASSERT_TRUE(space.authorization_value.Assign(kAuthorizationValue
    [all...]
  /art/runtime/gc/collector/
semi_space-inl.h 60 obj_ptr->Assign(forward_address);
  /external/tensorflow/tensorflow/python/ops/
matmul_benchmark_test.py 87 node { name: "Variable/Assign" op: "Assign" input: "Variable" input: "random_uniform" device: \"""" + dev + """\" }
97 node { name: "Variable_1/Assign" op: "Assign" input: "Variable_1" input: "random_uniform_1" device: \"""" + dev + """\" }

Completed in 1655 milliseconds

12 3 4 5 6 7 8 91011>>