HomeSort by relevance Sort by last modified time
    Searched refs:ins (Results 101 - 125 of 508) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/tensorflow/tensorflow/core/framework/
shape_inference_testutil.h 47 // Run shape inference for <op.name>, given inputs specified by <ins>
50 // <ins> is a semicolon separated list of shapes. Each shape is formatted
68 static Status InferShapes(ShapeInferenceTestOp op, const string& ins,
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mips32r2.s 15 ins $4, $5, 6, 8
mipsr6@mips32r2.d 13 0+0008 <[^>]*> 7ca46984 ins \$4,\$5,0x6,0x8
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 7123 ins(PyObject *module, char *symbol, long value) function
    [all...]
  /external/capstone/suite/arm/
test_arm_regression.c 47 static void snprint_insn_detail(char * buf, size_t * cur, size_t * left, cs_insn *ins)
63 if (ins->detail == NULL)
66 arm = &(ins->detail->arm);
134 static void print_insn_detail(cs_insn *ins)
138 snprint_insn_detail(a_buf, &cur, &left, ins);
  /external/tensorflow/tensorflow/contrib/nccl/kernels/
nccl_manager_test.cc 83 std::vector<Tensor> ins; member in struct:tensorflow::NcclManagerTest::TestCase
140 test_case->ins.emplace_back(gpu_allocator(device), DT_FLOAT, shape);
143 const Tensor& in_gpu = test_case->ins.back();
200 device->gpu_id(), event_mgr, stream, &test_case->ins[device_num],
267 &test_case->ins[device_num], &test_case->outs[device_num],
  /system/media/camera/docs/
metadata_model.py 535 for name, ins in ins_dict.iteritems():
536 ins._leafs = []
543 ins = ins_dict.get(ins_str, InnerNamespace(ins_str, parent))
544 ins_dict[ins_str] = ins
546 if p not in ins._leafs:
547 ins._leafs.append(p)
549 for name, ins in ins_dict.iteritems():
550 ins.validate_tree()
551 # construct children INS
552 self._construct_inner_namespaces(ins, depth + 1
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_x86.cpp 761 __m128i all1s, ina, ins; local
774 ins = _mm_unpacklo_epi8(in0, _mm_setzero_si128());
775 ina = _mm_shufflelo_epi16(ins, 0xFF);
780 t0 = _mm_add_epi16(t0, ins);
782 ins = _mm_unpackhi_epi8(in0, _mm_setzero_si128());
783 ina = _mm_shufflelo_epi16(ins, 0xFF);
788 t1 = _mm_add_epi16(t1, ins);
790 ins = _mm_unpacklo_epi8(in1, _mm_setzero_si128());
791 ina = _mm_shufflelo_epi16(ins, 0xFF);
1079 __m128i all1s, ina, outa, ins, outs; local
1150 __m128i all1s, ina, ins, outa, outs; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c 3963 ins(PyObject *module, char *symbol, long value) function
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-crx.c 150 static void parse_operand (char *, ins *);
157 static void parse_operands (ins *, char *);
158 static void parse_insn (ins *, char *);
163 static void process_label_constant (char *, ins *);
164 static void set_operand (char *, ins *);
166 static int assemble_insn (char *, ins *);
167 static void print_insn (ins *);
168 static void warn_if_needed (ins *);
169 static int adjust_if_needed (ins *);
604 process_label_constant (char *str, ins * crx_ins
    [all...]
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 490 InputStream[] ins = new InputStream[valueCount]; local
493 ins[i] = new FileInputStream(entry.getCleanFile(i));
506 return new Snapshot(key, entry.sequenceNumber, ins);
733 private final InputStream[] ins; field in class:DiskLruCache.Snapshot
735 private Snapshot(String key, long sequenceNumber, InputStream[] ins) {
738 this.ins = ins;
754 return ins[index];
765 for (InputStream in : ins) {
    [all...]
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 490 InputStream[] ins = new InputStream[valueCount]; local
493 ins[i] = new FileInputStream(entry.getCleanFile(i));
506 return new Snapshot(key, entry.sequenceNumber, ins);
733 private final InputStream[] ins; field in class:DiskLruCache.Snapshot
735 private Snapshot(String key, long sequenceNumber, InputStream[] ins) {
738 this.ins = ins;
754 return ins[index];
765 for (InputStream in : ins) {
    [all...]
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DiskLruCache.java 490 InputStream[] ins = new InputStream[valueCount]; local
493 ins[i] = new FileInputStream(entry.getCleanFile(i));
506 return new Snapshot(key, entry.sequenceNumber, ins);
733 private final InputStream[] ins; field in class:DiskLruCache.Snapshot
735 private Snapshot(String key, long sequenceNumber, InputStream[] ins) {
738 this.ins = ins;
754 return ins[index];
765 for (InputStream in : ins) {
    [all...]
  /external/python/cpython3/Lib/test/test_importlib/
test_abc.py 142 def ins(self): member in class:ABCTestHarness
143 # Lazily set ins on the class.
145 ins = cls()
146 self.__class__.ins = ins
147 return ins
162 self.assertIsNone(self.ins.find_module('something', None))
166 self.ins.invalidate_caches()
185 self.assertEqual((None, []), self.ins.find_loader('something'))
188 self.assertEqual(None, self.ins.find_module('something')
    [all...]
  /developers/build/prebuilts/gradle/ContentProviderPaging/kotlinApp/app/src/main/kotlin/com.example.android.contentproviderpaging/
ImageProvider.kt 179 val ins = context.resources.openRawResource(resId)
185 val size = ins.read(buffer, 0, 1024)
189 ins.close()
  /developers/samples/android/content/documentsUi/ContentProviderPaging/kotlinApp/app/src/main/kotlin/com.example.android.contentproviderpaging/
ImageProvider.kt 179 val ins = context.resources.openRawResource(resId)
185 val size = ins.read(buffer, 0, 1024)
189 ins.close()
  /external/annotation-tools/annotation-file-utilities/src/annotator/
Main.java 317 ASTRecord rec, ADeclaration decl, Type type, Insertion ins) {
320 ins.getCriteria().getGenericArrayLocation();
361 JCTree.JCCompilationUnit tree, ASTRecord rec, Insertion ins,
363 Collection<Annotation> annos = insertionSources.get(ins);
365 if (ins.getCriteria().isOnPackage()) {
373 if (ins.getCriteria().onBoundZero()) {
450 } else if (ins.getKind() == Insertion.Kind.CAST) {
453 elem.setType(((CastInsertion) ins).getType());
461 if (ins instanceof TypedInsertion) {
462 TypedInsertion ti = (TypedInsertion) ins;
    [all...]
  /external/boringssl/ios-aarch64/crypto/fipsmodule/
ghashv8-armx64.S 40 ins v2.d[0],v1.d[1]
41 ins v1.d[1],v0.d[0]
81 ins v2.d[0],v1.d[1]
82 ins v1.d[1],v0.d[0]
174 ins v2.d[0],v1.d[1]
175 ins v1.d[1],v0.d[0]
211 ins v2.d[0],v1.d[1]
212 ins v1.d[1],v0.d[0]
  /external/boringssl/linux-aarch64/crypto/fipsmodule/
ghashv8-armx64.S 41 ins v2.d[0],v1.d[1]
42 ins v1.d[1],v0.d[0]
82 ins v2.d[0],v1.d[1]
83 ins v1.d[1],v0.d[0]
175 ins v2.d[0],v1.d[1]
176 ins v1.d[1],v0.d[0]
212 ins v2.d[0],v1.d[1]
213 ins v1.d[1],v0.d[0]
  /system/core/libpixelflinger/arch-mips/
col32cb16blend.S 100 ins $t2,$t3,16,16
108 ins $t7,$t3,16,16
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
string-ok.s 56 ins byte ptr es:[edi], dx
57 ins byte ptr [esi], dx
  /toolchain/binutils/binutils-2.27/include/opcode/
cr16.h 317 ins; typedef in typeref:struct:__anon4848
445 extern ins cr16_currInsn;
  /external/ImageMagick/www/api/
animate.php 33 <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
37 data-ad-format="auto"></ins>
colormap.php 33 <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
37 data-ad-format="auto"></ins>
signature.php 33 <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
37 data-ad-format="auto"></ins>

Completed in 1279 milliseconds

1 2 3 45 6 7 8 91011>>