Home
last modified time | relevance | path

Searched defs:batch_index (Results 1 – 17 of 17) sorted by relevance

/external/XNNPACK/src/
Doperator-run.c74 size_t batch_index, in xnn_compute_spmm()
92 size_t batch_index, in xnn_compute_grouped_batch_igemm()
145 size_t batch_index, in xnn_compute_batch_igemm()
196 size_t batch_index, in xnn_compute_grouped_subgemm2d()
234 size_t batch_index, in xnn_compute_subgemm2d()
271 size_t batch_index, in xnn_compute_grouped_subconv2d()
310 size_t batch_index, in xnn_compute_subconv2d()
348 size_t batch_index, in xnn_compute_conv2d_hwc2chw()
370 size_t batch_index, in xnn_compute_dwconv_unipass()
389 size_t batch_index, in xnn_compute_dwconv2d_chw()
[all …]
/external/tensorflow/tensorflow/core/kernels/sparse/
Dsparse_cholesky_op.cc113 for (int64 batch_index = batch_begin; batch_index < batch_end; in Compute() local
192 for (int64 batch_index = batch_begin; batch_index < batch_end; in Compute() local
Dsparse_ordering_amd_op.cc100 for (int64 batch_index = batch_begin; batch_index < batch_end; in Compute() local
Dsparse_mat_mul_op.cc266 const CSRSparseMatrix& csr_matrix, const int rank, const int batch_index, in GetSparseMatrixRef()
Dmat_mul_op.cc264 const CSRSparseMatrix& csr_matrix, const int batch_index, in GetSparseMatrixRef()
/external/tensorflow/tensorflow/core/util/
Dpadding.cc52 const int32 batch_index = GetTensorBatchDimIndex(num_dims, data_format); in CheckValidPadding() local
Dexample_proto_helper.cc219 const Example& example, const string& example_name, const int batch_index, in SingleExampleProtoToTensors()
/external/tensorflow/tensorflow/core/kernels/
Dragged_cross_op.cc204 void WriteCombination(int64 batch_index, const std::vector<int>& combination, in WriteCombination()
216 void WriteCombination(int64 batch_index, const std::vector<int>& combination, in WriteCombination()
235 void NextCombination(int64 batch_index, std::vector<int>* combination) const { in NextCombination()
580 int batch_index) { in CrossCountByBatchIndex()
Dsparse_cross_op.cc269 void Update(const int64 batch_index, const int64 cross_count, in Update()
297 string Generate(const int64 batch_index, const std::vector<int>& permutation, in Generate()
322 int64 Generate(const int64 batch_index, const std::vector<int>& permutation, in Generate()
354 int64 Generate(const int64 batch_index, const std::vector<int>& permutation, in Generate()
385 int64 batch_index) in ProductIterator()
576 int batch_index) { in CrossCountByBatchIndex()
Din_topk_op_gpu.cu.cc45 const int batch_index = i / num_classes; in ComputePredictionMaskKernel() local
Dbatch_kernels.cc773 auto batch_index = in OutputBatch() local
825 const auto batch_index = in Compute() local
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_perfmon.h34 unsigned batch_index; member
/external/XNNPACK/test/
Dresize-bilinear-operator-tester.h241 for (size_t batch_index = 0; batch_index < batch_size(); batch_index++) { in TestNHWCxF32() local
326 for (size_t batch_index = 0; batch_index < batch_size(); batch_index++) { in TestNCHWxF32() local
/external/mesa3d/src/intel/tools/
Dintel_dump_gpu.c216 int batch_index; in dump_execbuffer2() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dspace_to_batch_converter.cc1577 const int64 batch_index = (k / (new_space_size + halo_size)); in Propagate() local
1671 const int64 batch_index = (k / new_space_size) % num_splits; in SelectValidPortion() local
/external/igt-gpu-tools/tools/
Daubdump.c909 int batch_index; in dump_execbuffer2() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc1107 llvm::Value* batch_index, in SliceOutInnerArray()