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

  /external/tensorflow/tensorflow/stream_executor/
kernel_spec.cc 64 const std::initializer_list<CudaPtxInMemory::PtxSpec> &spec_list,
68 for (const auto &spec : spec_list) {
231 std::initializer_list<CudaPtxInMemory::PtxSpec> spec_list,
235 new CudaPtxInMemory{spec_list, kernelname, false /* ptx_compressed */});
240 std::initializer_list<CudaPtxInMemory::PtxSpec> spec_list,
244 new CudaPtxInMemory{spec_list, kernelname, true /* ptx_compressed */});
kernel_spec.h 160 // Multiple-PTX-version constructor. Adds each item in spec_list to this
163 CudaPtxInMemory(const std::initializer_list<PtxSpec> &spec_list,
349 std::initializer_list<CudaPtxInMemory::PtxSpec> spec_list,
352 std::initializer_list<CudaPtxInMemory::PtxSpec> spec_list,
  /external/squashfs-tools/squashfs-tools/
action.c 453 struct action **spec_list; local
560 spec_list = &fragment_spec;
564 spec_list = &exclude_spec;
568 spec_list = &empty_spec;
572 spec_list = &move_spec;
576 spec_list = &prune_spec;
580 spec_list = &other_spec;
583 *spec_list = realloc(*spec_list, (spec_count + 1) *
585 if (*spec_list == NULL
    [all...]

Completed in 200 milliseconds