Home
last modified time | relevance | path

Searched refs:restored (Results 1 – 25 of 179) sorted by relevance

12345678

/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_RestoreSlice.pbtxt14 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.
Dapi_def_RestoreV2.pbtxt12 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
Dapi_def_Restore.pbtxt14 restored.
20 The restored tensor.
26 The type of the tensor to be restored.
Dapi_def_ReaderRestoreState.pbtxt19 Not all Readers support being restored, so this can produce an
Dapi_def_ReaderRestoreStateV2.pbtxt21 Not all Readers support being restored, so this can produce an
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DShrinkWrapping.cpp949 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/
DSampleUsage.cs65 AddressBook restored = AddressBook.Parser.ParseFrom(bytes); in Main()
67 if (restored.People.Count != 1 || !person.Equals(restored.People[0])) in Main()
/external/avb/test/
Davb_ab_flow_unittest.cc70 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/
Dndiff.py120 restored = difflib.restore(sys.stdin.readlines(), which)
121 sys.stdout.writelines(restored)
/external/python/cpython3/Tools/scripts/
Dndiff.py120 restored = difflib.restore(sys.stdin.readlines(), which)
121 sys.stdout.writelines(restored)
/external/llvm/test/CodeGen/Mips/
Deh-return32.ll35 ; check that $a0-$a3 are restored from stack.
75 ; check that $a0-$a3 are restored from stack.
Deh-return64.ll36 ; check that $a0-$a3 are restored from stack.
78 ; check that $a0-$a3 are restored from stack.
/external/llvm/test/CodeGen/ARM/
D2012-10-18-PR14099-ByvalFrameAddress.ll12 ; Here we need to only check proper start address of restored %s argument.
Dunwind-init.ll2 ; Check that all callee-saved registers are saved and restored in functions
D2011-12-19-sjlj-clobber.ll4 ; restored in a function with setjmp/longjmp EH. In particular, r6 was not
/external/llvm/test/CodeGen/AArch64/
Daarch64-dynamic-stack-layout.ll201 ; 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 …]
Dregress-tail-livereg.ll22 ; restored to its incoming value before the "br".
/external/dhcpcd-6.8.2/dhcpcd-hooks/
D10-mtu34 syslog info "MTU restored to $mtu"
/external/llvm/test/CodeGen/X86/
Dunwind-init.ll3 ; Check that all callee-saved registers are saved and restored in functions
/external/ltp/testcases/commands/cron/
Dcron_pos_tests.sh36 echo restored old crontab
/external/llvm/test/Transforms/Inline/
Ddynamic_alloca_test.ll10 ; once that functionality is restored.
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.td236 // 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/
Dcontrol31 At the end of the test, write protect is deactivated and firmware is restored to
Dcontrol.dev31 At the end of the test, write protect is deactivated and firmware is restored to
/external/tensorflow/tensorflow/contrib/eager/proto/
Dcheckpointable_object_graph.proto24 // be restored on object creation as an optimization.

12345678