Home
last modified time | relevance | path

Searched defs:src_slices (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dweights_conversion.h40 const int src_slices = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsToOHWIOGroupI4O4() local
76 const int src_slices = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsToOHWIOGroupO4I4() local
112 const int src_slices = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsToODHWIOGroupI4O4() local
150 const int src_slices = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsToI4HWIOOGroupO4() local
186 const int src_slices = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsToO4HWIOOGroupI4() local
222 const int src_slices = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsToI4DHWIOOGroupO4() local
260 const int src_slices = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsToOICustomSpatialI4O4() local
296 const int src_slices = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsToOICustomSpatialO4I4() local
/external/grpc-grpc/test/core/util/
Dslice_splitter.cc39 void grpc_split_slices(grpc_slice_split_mode mode, grpc_slice* src_slices, in grpc_split_slices()
91 grpc_slice* src_slices, size_t src_slice_count, in grpc_split_slices_to_buffer()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_metal.cc695 const int src_slices = DivideRoundUp(attr.weights.shape.i, 4); in GetConvParamsForA7A8() local
775 const int src_slices = DivideRoundUp(attr.weights.shape.i, 4); in GetConvParamsForA9AndHigher() local
858 const int src_slices = DivideRoundUp(attr.weights.shape.i, 4); in GetConvParamsForIntel() local
Dconv_powervr.h303 const int src_slices = DivideRoundUp(weights.shape.i, 4); in UploadWeights() local
/external/crosvm/rutabaga_gfx/src/
Drutabaga_2d.rs203 let mut src_slices = Vec::with_capacity(iovecs.len()); in transfer_write() localVariable
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp2534 uint32_t src_slices = in PreCallValidateCmdCopyImage() local