Home
last modified time | relevance | path

Searched defs:weights_shape (Results 1 – 25 of 26) sorted by relevance

12

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_weights_converter_test_util.cc110 auto weights_shape = OHWI(kDstChannels, 1, 1, kSrcChannels); in ConverterToConvWeights1x1OutX4Test() local
144 auto weights_shape = OHWI(kDstChannels, 1, 1, kSrcChannels); in ConverterToConvWeights1x1OutX4UnalignedTest() local
177 auto weights_shape = OHWI(kDstChannels, 1, 1, kSrcChannels); in ConverterToConvWeights1x1OutX2Test() local
210 auto weights_shape = OHWI(kDstChannels, 3, 4, kSrcChannels); in ConverterToConvWeightsOutX2Test() local
244 auto weights_shape = OHWI(kDstChannels, 4, 4, kSrcChannels); in ConverterToConvTransposedWeights4x4Test() local
279 auto weights_shape = OHWI(dst_channels, 1, 1, src_channels); in ConverterToConvWeights4xTexturesTest() local
Dconv_buffer_1x1.cc333 const BHWC& weights_shape, in IsConvBuffer1x1Supported()
404 const Convolution2DAttributes& attr, const BHWC& weights_shape, in CreateConvBuffer1x1DynamicWeights()
Dconv_constants.cc98 const OHWI& weights_shape, in GenerateConvolutionConstantCode()
Dconv_powervr.cc182 const BHWC& weights_shape, const GpuInfo& gpu_info, in ConvPowerVR()
1393 const Convolution2DAttributes& attr, const BHWC& weights_shape, in GuessBestParams()
1456 const BHWC& weights_shape, in CreateConvPowerVRDynamicWeights()
/external/tensorflow/tensorflow/python/ops/
Dweights_broadcast_ops.py34 def _has_valid_dims(weights_shape, values_shape): argument
48 weights_rank, weights_shape, values_rank, values_shape): argument
Dnn_batchnorm_test.py657 weights_shape, argument
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/sparse_ops/
Dfully_connected.h33 const RuntimeShape& weights_shape, const float* weights_data, in FullyConnectedSparseWeight()
79 const RuntimeShape& weights_shape, const float* weights_data, in FullyConnectedSparseWeight1x4Impl()
149 const RuntimeShape& weights_shape; member
167 const RuntimeShape& weights_shape, const float* weights_data, in FullyConnectedSparseWeight1x4()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/
Dconvolution_selector.cc59 const Convolution2DAttributes& attr, const BHWC& weights_shape, in SelectConvolutionDynamicWeightsAdreno()
117 const Convolution2DAttributes& attr, const BHWC& weights_shape, in SelectConvolutionDynamicWeightsMali()
184 const Convolution2DAttributes& attr, const BHWC& weights_shape, in SelectConvolutionWithDynamicWeights()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/sparse_ops/
Dfully_connected.h28 const RuntimeShape& weights_shape, const float* weights_data, in FullyConnectedSparseWeight()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dcreate_im2col_arrays.cc40 const auto& weights_shape = weights_array.shape(); in ProcessConvOperator() local
Dconvert_pure_conv_to_depthwise.cc98 const auto& weights_shape = weights_array.shape(); in Run() local
Densure_bias_vectors.cc31 const auto& weights_shape = model.GetArray(weights_name).shape(); in GetOutputDepthFromWeights() local
Dshuffle_fc_weights.cc91 const Shape& weights_shape = weights_array.shape(); in Run() local
Dfuse_binary_into_following_affine.cc70 const Shape& weights_shape = weights.shape(); in FuseAddOrSubParamsIntoFollowingAffine() local
Dfuse_binary_into_preceding_affine.cc126 const Shape& weights_shape = weights.shape(); in FuseMulOrDivParamsIntoPrecedingAffine() local
Dpropagate_fixed_sizes.cc141 const auto& weights_shape = weights_array.shape(); in ProcessConvOperator() local
203 const auto& weights_shape = weights_array.shape(); in ProcessTransposeConvOperator() local
268 const auto& weights_shape = weights_array.shape(); in ProcessDepthwiseConvOperator() local
383 const auto& weights_shape = weights_array.shape(); in ProcessFullyConnectedOperator() local
1030 const auto& weights_shape = weights_array.shape(); in ProcessLstmCellOperator() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
Doperation_selector.cc201 BHWC weights_shape(second_shape.c, 1, 1, second_shape.w); in GPUOperationFromNode() local
288 auto weights_shape = inputs[1]->tensor.shape; in GPUOperationFromNode() local
337 OHWI weights_shape = in GPUOperationFromNode() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dfully_connected.h28 const float* input_data, const RuntimeShape& weights_shape, in FullyConnected()
166 const uint8_t* input_data, const RuntimeShape& weights_shape, in ShuffledFullyConnected()
Dreference_ops.h442 const float* prev_activ_data, const RuntimeShape& weights_shape, in LstmCell()
646 const RuntimeShape& weights_shape, in LstmCell()
/external/tensorflow/tensorflow/lite/kernels/
Dtranspose_conv.cc180 const RuntimeShape& weights_shape = GetTensorShape(weights); in ResizeCol2ImTensor() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h644 const float* input_data, const RuntimeShape& weights_shape, in FullyConnected()
1156 const RuntimeShape& weights_shape, in GEMVForLstmCell()
1345 const RuntimeShape& weights_shape, const uint8* weights_data, in GEMVForLstmCellWithSymmetricRange()
2215 const uint8* input_data, const RuntimeShape& weights_shape, in ShuffledFullyConnected()
2982 const float* prev_activ_data, const RuntimeShape& weights_shape, in LstmCell()
3124 const uint8* prev_activ_data_uint8, const RuntimeShape& weights_shape, in LstmCell()
Doptimized_ops.h334 const float* input_data, const RuntimeShape& weights_shape, in FullyConnected()
813 const uint8* input_data, const RuntimeShape& weights_shape, in ShuffledFullyConnected()
2777 const float* prev_activ_data, const RuntimeShape& weights_shape, in LstmCell()
2899 const uint8* prev_activ_data_uint8, const RuntimeShape& weights_shape, in LstmCell()
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc2431 const auto& weights_shape = weights_array.shape(); in UndoWeightsShuffling() local
Dexport_tensorflow.cc1514 const auto& weights_shape = weights_array.shape(); in ConvertLstmCellOperator() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_builder.cc2112 auto weights_shape = graph->FindInputs(node->id)[1]->tensor.shape; in Parse() local

12