/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_RestoreSlice.pbtxt | 14 restored. 27 The restored tensor. 33 The type of the tensor to be restored. 45 This is like `Restore` except that restored tensor can be listed as filling 47 larger tensor and the slice that the restored tensor covers.
|
D | api_def_RestoreV2.pbtxt | 12 shape {N}. The names of the tensors to be restored. 18 shape {N}. The slice specs of the tensors to be restored. 25 shape {N}. The restored tensors, whose shapes are read from the
|
D | api_def_Restore.pbtxt | 14 restored. 20 The restored tensor. 26 The type of the tensor to be restored.
|
D | api_def_ReaderRestoreState.pbtxt | 19 Not all Readers support being restored, so this can produce an
|
D | api_def_ReaderRestoreStateV2.pbtxt | 21 Not all Readers support being restored, so this can produce an
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ShrinkWrapping.cpp | 949 CSRegSet restored; in verifySpillRestorePlacement() local 960 restored |= (CSRRestore[MBB] & spilled); in verifySpillRestorePlacement() 974 !restored.contains(CSRSave[SBB] & spilled)) in verifySpillRestorePlacement() 979 restored |= (CSRRestore[SBB] & spilled); in verifySpillRestorePlacement() 984 if (restored != spilled) { in verifySpillRestorePlacement() 985 CSRegSet notRestored = (spilled - restored); in verifySpillRestorePlacement() 992 restored.clear(); in verifySpillRestorePlacement() 1001 CSRegSet restored = BI->second; in verifySpillRestorePlacement() local 1004 if (restored.empty()) in verifySpillRestorePlacement() 1010 << stringifyCSRegSet(restored) << "\n"); in verifySpillRestorePlacement() [all …]
|
/external/protobuf/csharp/src/AddressBook/ |
D | SampleUsage.cs | 65 AddressBook restored = AddressBook.Parser.ParseFrom(bytes); in Main() 67 if (restored.People.Count != 1 || !person.Equals(restored.People[0])) in Main()
|
/external/avb/test/ |
D | avb_ab_flow_unittest.cc | 70 AvbABData restored; in TEST_F() local 76 EXPECT_TRUE(avb_ab_data_verify_and_byteswap(&serialized, &restored)); in TEST_F() 78 std::string(reinterpret_cast<const char*>(restored.magic), 4)); in TEST_F() 79 EXPECT_EQ(data.version_major, restored.version_major); in TEST_F() 80 EXPECT_EQ(data.version_minor, restored.version_minor); in TEST_F() 83 reinterpret_cast<void*>(restored.slots), in TEST_F() 90 AvbABData restored; in TEST_F() local 95 EXPECT_FALSE(avb_ab_data_verify_and_byteswap(&serialized, &restored)); in TEST_F() 101 AvbABData restored; in TEST_F() local 106 EXPECT_FALSE(avb_ab_data_verify_and_byteswap(&serialized, &restored)); in TEST_F() [all …]
|
/external/python/cpython2/Tools/scripts/ |
D | ndiff.py | 120 restored = difflib.restore(sys.stdin.readlines(), which) 121 sys.stdout.writelines(restored)
|
/external/python/cpython3/Tools/scripts/ |
D | ndiff.py | 120 restored = difflib.restore(sys.stdin.readlines(), which) 121 sys.stdout.writelines(restored)
|
/external/llvm/test/CodeGen/Mips/ |
D | eh-return32.ll | 35 ; check that $a0-$a3 are restored from stack. 75 ; check that $a0-$a3 are restored from stack.
|
D | eh-return64.ll | 36 ; check that $a0-$a3 are restored from stack. 78 ; check that $a0-$a3 are restored from stack.
|
/external/llvm/test/CodeGen/ARM/ |
D | 2012-10-18-PR14099-ByvalFrameAddress.ll | 12 ; Here we need to only check proper start address of restored %s argument.
|
D | unwind-init.ll | 2 ; Check that all callee-saved registers are saved and restored in functions
|
D | 2011-12-19-sjlj-clobber.ll | 4 ; restored in a function with setjmp/longjmp EH. In particular, r6 was not
|
/external/llvm/test/CodeGen/AArch64/ |
D | aarch64-dynamic-stack-layout.ll | 201 ; Check that stack pointer get restored from frame pointer. 230 ; Check that stack pointer get restored from frame pointer. 262 ; Check that stack pointer get restored from frame pointer. 316 ; Check that stack pointer get restored from frame pointer. 363 ; Check that stack pointer get restored from frame pointer. 423 ; Check that stack pointer get restored from frame pointer. 470 ; Check that stack pointer get restored from frame pointer. 523 ; Check that stack pointer get restored from frame pointer. 558 ; Check that stack pointer get restored from frame pointer. 609 ; Check that stack pointer get restored from frame pointer. [all …]
|
D | regress-tail-livereg.ll | 22 ; restored to its incoming value before the "br".
|
/external/dhcpcd-6.8.2/dhcpcd-hooks/ |
D | 10-mtu | 34 syslog info "MTU restored to $mtu"
|
/external/llvm/test/CodeGen/X86/ |
D | unwind-init.ll | 3 ; Check that all callee-saved registers are saved and restored in functions
|
/external/ltp/testcases/commands/cron/ |
D | cron_pos_tests.sh | 36 echo restored old crontab
|
/external/llvm/test/Transforms/Inline/ |
D | dynamic_alloca_test.ll | 10 ; once that functionality is restored.
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCRegisterInfo.td | 236 // On non-Darwin PPC64 systems, R2 can be allocated, but must be restored, so 248 // On non-Darwin PPC64 systems, R2 can be allocated, but must be restored, so 261 // On non-Darwin PPC64 systems, R2 can be allocated, but must be restored, so 271 // On non-Darwin PPC64 systems, R2 can be allocated, but must be restored, so
|
/external/autotest/server/site_tests/firmware_ECWriteProtect/ |
D | control | 31 At the end of the test, write protect is deactivated and firmware is restored to
|
D | control.dev | 31 At the end of the test, write protect is deactivated and firmware is restored to
|
/external/tensorflow/tensorflow/contrib/eager/proto/ |
D | checkpointable_object_graph.proto | 24 // be restored on object creation as an optimization.
|