Home
last modified time | relevance | path

Searched defs:Batch (Results 1 – 9 of 9) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCStroker.h85 struct Batch { struct
86 Batch(GrTAllocator<InstanceTallies>* alloc, const InstanceTallies& startNonScissorIndices, in Batch() function
91 int fEndScissorSubBatch; argument
96 void appendStrokeMeshesToBuffers(int numSegmentsLog2, const Batch&, argument
DGrCCFiller.h85 struct Batch { struct
87 int fEndScissorSubBatchIdx; argument
104 SkSTArray<32, Batch, true> fBatches; argument
/external/skia/src/gpu/ccpr/
DGrCCStroker.h85 struct Batch { struct
86 Batch(GrTAllocator<InstanceTallies>* alloc, const InstanceTallies& startNonScissorIndices, in Batch() function
91 int fEndScissorSubBatch; argument
96 void appendStrokeMeshesToBuffers(int numSegmentsLog2, const Batch&, argument
DGrCCFiller.h85 struct Batch { struct
87 int fEndScissorSubBatchIdx; argument
104 SkSTArray<32, Batch, true> fBatches; argument
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dnuma_map_and_batch_dataset_op.cc757 struct Batch { struct in tensorflow::data::__anon9271f8770111::NumaMapAndBatchDatasetOp::Dataset::Iterator::NumaBlockManager
758 BatchState state;
764 Status status;
767 size_t error_index;
771 std::vector<std::vector<Tensor>> inputs;
772 std::vector<Tensor> outputs;
773 size_t next_input_to_process;
774 size_t num_outputs_complete;
776 Batch() { Reset(); } in Batch() function
779 void Reset() { in Reset()
/external/tensorflow/tensorflow/core/kernels/
Dbatch_kernels.cc296 using Batch = serving::Batch<BatchTask>; typedef in tensorflow::BatchResource
1215 struct Batch { struct in tensorflow::UnbatchGradResource
1218 std::unordered_set<int64> missing_tensors;
1222 OpKernelContext* context;
1223 AsyncOpKernel::DoneCallback done;
/external/libcxx/benchmarks/
Dalgorithms.bench.cpp120 const size_t Batch = CountElements ? Copies.size() * Quantity : Copies.size(); in runOpOnCopies() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h320 typedef typename SizeClassMap::TransferBatch Batch; typedef
713 typedef typename SizeClassMap::TransferBatch Batch; typedef
982 typedef typename SizeClassMap::TransferBatch Batch; typedef
/external/tensorflow/tensorflow/go/op/
Dwrappers.go36594 func Batch(scope *Scope, in_tensors []tf.Output, num_batch_threads int64, max_batch_size int64, bat… func