Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dweights_broadcast_ops.py33 def _has_valid_dims(weights_shape, values_shape): argument
47 weights_rank, weights_shape, values_rank, values_shape): argument
Dnn_batchnorm_test.py657 weights_shape, argument
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dcreate_im2col_arrays.cc40 const auto& weights_shape = weights_array.shape(); in ProcessConvOperator() local
Densure_bias_vectors.cc31 const auto& weights_shape = model.GetArray(weights_name).shape(); in GetOutputDepthFromWeights() local
Dconvert_pure_conv_to_depthwise.cc101 const auto& weights_shape = weights_array.shape(); in Run() 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.cc112 const Shape& weights_shape = weights.shape(); in FuseMulOrDivParamsIntoPrecedingAffine() local
Dpropagate_fixed_sizes.cc140 const auto& weights_shape = weights_array.shape(); in ProcessConvOperator() local
202 const auto& weights_shape = weights_array.shape(); in ProcessTransposeConvOperator() local
267 const auto& weights_shape = weights_array.shape(); in ProcessDepthwiseConvOperator() local
382 const auto& weights_shape = weights_array.shape(); in ProcessFullyConnectedOperator() local
1017 const auto& weights_shape = weights_array.shape(); in ProcessLstmCellOperator() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dfully_connected.h31 const float* input_data, const RuntimeShape& weights_shape, in FullyConnected()
170 const uint8* input_data, const RuntimeShape& weights_shape, in ShuffledFullyConnected()
Dreference_ops.h1838 const float* prev_activ_data, const RuntimeShape& weights_shape, in LstmCell()
2041 const uint8* prev_activ_data_uint8, const RuntimeShape& weights_shape, in LstmCell()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h295 const RuntimeShape& weights_shape, in GEMVForLstmCell()
484 const RuntimeShape& weights_shape, const uint8* weights_data, in GEMVForLstmCellWithSymmetricRange()
775 const float* input_data, const RuntimeShape& weights_shape, in FullyConnected()
1633 const uint8* input_data, const RuntimeShape& weights_shape, in ShuffledFullyConnected()
3556 const float* prev_activ_data, const RuntimeShape& weights_shape, in LstmCell()
3678 const uint8* prev_activ_data_uint8, const RuntimeShape& weights_shape, in LstmCell()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h417 const RuntimeShape& weights_shape, in GEMVForLstmCell()
606 const RuntimeShape& weights_shape, const uint8* weights_data, in GEMVForLstmCellWithSymmetricRange()
897 const float* input_data, const RuntimeShape& weights_shape, in FullyConnected()
1689 const uint8* input_data, const RuntimeShape& weights_shape, in ShuffledFullyConnected()
3647 const float* prev_activ_data, const RuntimeShape& weights_shape, in LstmCell()
3794 const uint8* prev_activ_data_uint8, const RuntimeShape& weights_shape, in LstmCell()
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc2369 const auto& weights_shape = weights_array.shape(); in UndoWeightsShuffling() local
Dexport_tensorflow.cc1484 const auto& weights_shape = weights_array.shape(); in ConvertLstmCellOperator() local