HomeSort by relevance Sort by last modified time
    Searched refs:Tape (Results 1 - 6 of 6) sorted by null

  /external/clang/test/SemaCXX/
constexpr-turing.cpp 10 bool tape; member in struct:Action
16 // An infinite tape!
17 struct Tape {
18 constexpr Tape() : l(0), val(false), r(0) {}
19 constexpr Tape(const Tape &old, bool write) :
21 constexpr Tape(const Tape &old, Dir dir) :
26 const Tape *l;
28 const Tape *r
    [all...]
  /external/tensorflow/tensorflow/python/eager/
tape.py 15 """Gradient tape utilites."""
26 class Tape(object):
29 def __init__(self, tape):
30 self._tape = tape
37 """Pushes a new tape onto the tape stack."""
38 tape = pywrap_tensorflow.TFE_Py_TapeSetNew(persistent)
39 return Tape(tape)
60 def pop_tape(tape)
    [all...]
  /prebuilts/go/darwin-x86/src/archive/tar/
common.go 7 // Tape archives (tar) are a file format for storing a sequence of files that
  /prebuilts/go/linux-x86/src/archive/tar/
common.go 7 // Tape archives (tar) are a file format for storing a sequence of files that
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-storagegateway/1.11.18/
aws-java-sdk-storagegateway-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 131 milliseconds