Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/graph_transforms/
Dfold_batch_norms_test.cc50 Tensor weights_data(DT_FLOAT, TensorShape({1, 2, 2, 2})); in TestFoldBatchNormsConv2D() local
101 Tensor weights_data(DT_FLOAT, TensorShape({1, 2, 2, 2})); in TestFoldBatchNormsDepthwiseConv2dNative() local
152 Tensor weights_data(DT_FLOAT, TensorShape({1, 2, 2, 2})); in TestFoldBatchNormsConv2DShared() local
210 Tensor weights_data(DT_FLOAT, TensorShape({2, 2})); in TestFoldBatchNormsMatMul() local
Dfuse_convolutions_test.cc66 Tensor weights_data(DT_FLOAT, TensorShape({1, 2, 2, 2})); in TestFuseResizePadAndConv() local
116 Tensor weights_data(DT_FLOAT, TensorShape({1, 2, 2, 2})); in TestFuseResizeAndConv() local
168 Tensor weights_data(DT_FLOAT, TensorShape({1, 2, 2, 2})); in TestFusePadAndConv() local
Dfold_old_batch_norms_test.cc51 Tensor weights_data(DT_FLOAT, TensorShape({1, 2, 2, 2})); in TestFoldOldBatchNorms() local
135 Tensor weights_data(DT_FLOAT, TensorShape({1, 2, 2, 2})); in TestFoldOldBatchNormsAfterDepthwiseConv2dNative() local
213 Tensor weights_data(DT_FLOAT, TensorShape({1, 2, 2, 2})); in TestFoldFusedBatchNorms() local
290 Tensor weights_data(DT_FLOAT, TensorShape({1, 2, 2, 2})); in TestFoldFusedBatchNormsAfterDepthwiseConv2dNative() local
469 Tensor weights_data(DT_FLOAT, TensorShape({1, 2, 2, 2})); in TestFoldFusedBatchNormsWithBatchToSpace() local
Dround_weights_test.cc49 Tensor weights_data(DT_FLOAT, TensorShape({1, 2, 2, 10})); in TestRoundWeights() local
Dflatten_atrous_test.cc64 Tensor weights_data(DT_FLOAT, TensorShape({2, 2, 2, 1})); in TestFlattenAtrousConv() local
Dquantize_weights_test.cc50 Tensor weights_data(DT_FLOAT, weight_shape); in BuildGraphDef() local
/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()
150 const float* weights_data; member
167 const RuntimeShape& weights_shape, const float* weights_data, in FullyConnectedSparseWeight1x4()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dfuse_binary_into_following_affine.cc73 const float* const weights_data = weights_buffer.data.data(); in FuseAddOrSubParamsIntoFollowingAffine() local
137 float* weights_data = in FuseMulOrDivParamsIntoFollowingAffine() local
Dshuffle_fc_weights.cc117 auto& weights_data = in Run() local
Dfuse_binary_into_preceding_affine.cc130 float* const weights_data = weights_buffer.data.data(); in FuseMulOrDivParamsIntoPrecedingAffine() local
/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/delegates/coreml/builders/
Dfully_connected_op_builder.cc54 const float* weights_data = GetTensorData<float>(weights_); in FillCoreMLWeights() local
/external/tensorflow/tensorflow/lite/kernels/
Dembedding_lookup_sparse_test.cc59 std::initializer_list<float> weights_data) { in SetInput()
Dfully_connected_test.cc727 std::vector<float> weights_data(input_depth * output_depth); in SimpleTestQuantizedInt16OutputCase() local
1188 const std::vector<T>& weights_data, in SparseFullyConnectedOpModel()
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_fused_batch_norm_op.cc78 void Execute(const T* src_data, const U* weights_data, T* dst_data, in Execute()
422 const T* diff_dst_data, const U* weights_data, T* diff_src_data, in Execute()
817 U* weights_data = reinterpret_cast<U*>(weights.GetAllocatedBuffer()); in Compute() local
1264 U* weights_data = weights_data_tf; in Compute() local
/external/tensorflow/tensorflow/lite/micro/kernels/arc_mli/
Dfully_connected_slicing_test.cc40 const float input_max, const int* weights_dims_data, const T* weights_data, in TestFullyConnectedQuantized()
138 const int8_t weights_data[] = {2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, in TF_LITE_MICRO_TEST() local
/external/tensorflow/tensorflow/lite/micro/kernels/
Dfully_connected_test.cc266 const int* weights_dims_data, const float* weights_data, in TestFullyConnectedFloat()
295 const int* weights_dims_data, const float* weights_data, in TestFullyConnectedQuantized()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_weights_converter_test_util.cc55 std::vector<uint8_t> weights_data(flt_count * SizeOf(weights_type)); in ConvolutionWeightsConverterTest() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dfully_connected.h29 const float* weights_data, const RuntimeShape& bias_shape, in FullyConnected()
Dlegacy_reference_ops.h408 const float* weights_data, in FullyConnected()
427 const float* weights_data, const Dims<4>& weights_dims, in FullyConnected()
571 const Dims<4>& prev_activ_dims, const float* weights_data, in LstmCell()
Dreference_ops.h443 const float* weights_data, const RuntimeShape& unextended_bias_shape, in LstmCell()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h645 const float* weights_data, const RuntimeShape& bias_shape, in FullyConnected()
685 const float* weights_data, in FullyConnected()
704 const float* weights_data, const Dims<4>& weights_dims, in FullyConnected()
1157 const uint8* weights_data, uint8 weights_zero_point, in GEMVForLstmCell()
1345 const RuntimeShape& weights_shape, const uint8* weights_data, in GEMVForLstmCellWithSymmetricRange()
2983 const float* weights_data, const RuntimeShape& unextended_bias_shape, in LstmCell()
3098 const Dims<4>& prev_activ_dims, const float* weights_data, in LstmCell()
Doptimized_ops.h335 const float* weights_data, const RuntimeShape& bias_shape, in FullyConnected()
2778 const float* weights_data, const RuntimeShape& unextended_bias_shape, in LstmCell()
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc2429 auto& weights_data = in UndoWeightsShuffling() local
Dexport_tensorflow.cc1518 const float* weights_data = in ConvertLstmCellOperator() local