/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | fully_connected.h | 32 const float* weights_data, const RuntimeShape& bias_shape, in FullyConnected() 68 const uint8* filter_data, const RuntimeShape& bias_shape, in FullyConnected() 117 const uint8* filter_data, const RuntimeShape& bias_shape, in FullyConnected() 171 const uint8* shuffled_weights_data, const RuntimeShape& bias_shape, in ShuffledFullyConnected()
|
D | depthwiseconv_float.h | 28 const float* filter_data, const RuntimeShape& bias_shape, in DepthwiseConv()
|
D | depthwiseconv_uint8.h | 181 const uint8* filter_data, const RuntimeShape& bias_shape, in DepthwiseConv()
|
D | reference_ops.h | 135 const float* filter_data, const RuntimeShape& bias_shape, in Conv() 208 const uint8* filter_data, const RuntimeShape& bias_shape, in Conv() 1858 const RuntimeShape bias_shape = in LstmCell() local 2070 const RuntimeShape bias_shape = in LstmCell() local
|
/external/tensorflow/tensorflow/contrib/fused_conv/ops/ |
D | fused_conv2d_bias_activation_op.cc | 74 ShapeHandle bias_shape; in __anon0cecbc340102() local
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | fuse_binary_into_preceding_affine.cc | 44 const Shape& bias_shape = bias.shape(); in FuseAddOrSubParamsIntoPrecedingAffine() local 113 const Shape& bias_shape = bias.shape(); in FuseMulOrDivParamsIntoPrecedingAffine() local
|
D | fuse_binary_into_following_affine.cc | 71 const Shape& bias_shape = bias.shape(); in FuseAddOrSubParamsIntoFollowingAffine() local
|
D | propagate_fixed_sizes.cc | 1026 const auto& bias_shape = bias_array.shape(); in ProcessLstmCellOperator() local 1155 const auto& bias_shape = bias_array.shape(); in ProcessUnidirectionalSequenceRnnOperator() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | bias_ops.cc | 43 const TensorShape bias_shape = ctx->InputShape(1); in Compile() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | fully_connected.h | 26 const int8_t* filter_data, const RuntimeShape& bias_shape, in FullyConnected()
|
D | conv.h | 28 const int8* filter_data, const RuntimeShape& bias_shape, in ConvPerChannel()
|
D | depthwise_conv.h | 26 const int8* filter_data, const RuntimeShape& bias_shape, in DepthwiseConvPerChannel()
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | depthwiseconv_quantized_test.cc | 109 const RuntimeShape& bias_shape, const int32* bias_data, in DispatchDepthwiseConv() 293 const RuntimeShape& bias_shape, int stride, PaddingType padding_type, in TestOneDepthwiseConvWithGivenOutputShift() 426 const RuntimeShape& bias_shape, int stride, PaddingType padding_type, in TestOneDepthwiseConvBisectOutputShift() 476 const RuntimeShape& bias_shape, int stride, PaddingType padding_type, in TestOneDepthwiseConv()
|
D | depthwiseconv_float_test.cc | 35 const float* filter_data, const RuntimeShape& bias_shape, in TestOneDepthwiseConv()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | remapper_test.cc | 113 auto bias_shape = ops::Placeholder::Shape({128}); in TEST_F() local 176 auto bias_shape = Placeholder::Shape({128}); in TEST_F() local 397 auto bias_shape = ops::Placeholder::Shape({128}); in TEST_F() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | multithreaded_conv.h | 138 const float* filter_data, const RuntimeShape& bias_shape, in Conv()
|
D | optimized_ops.h | 189 const RuntimeShape& bias_shape, in AddBiasAndEvalActivationFunction() 297 const RuntimeShape& bias_shape, in GEMVForLstmCell() 485 const RuntimeShape& bias_shape, const int32* bias_data, in GEMVForLstmCellWithSymmetricRange() 776 const float* weights_data, const RuntimeShape& bias_shape, in FullyConnected() 820 const RuntimeShape& bias_shape, const int32* bias_data, int32 output_offset, in FullyConnectedAsGEMVWorkerImpl() 1096 const RuntimeShape& bias_shape, const int32* bias_data, int32 output_offset, in FullyConnectedAsGEMV() 1169 const uint8* filter_data, const RuntimeShape& bias_shape, in FullyConnected() 1228 const uint8* filter_data, const RuntimeShape& bias_shape, in FullyConnected() 1634 const uint8* shuffled_weights_data, const RuntimeShape& bias_shape, in ShuffledFullyConnected() 2182 const float* filter_data, const RuntimeShape& bias_shape, in Conv() [all …]
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | nn_grad_test.cc | 220 TensorShape bias_shape({5}); in TEST_F() local
|
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/portable_optimized/ |
D | depthwise_conv.cc | 99 const RuntimeShape& bias_shape, const int32* bias_data, in DepthwiseConvOptimizedForFilterWidthEight()
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 284 const RuntimeShape& bias_shape, in AddBiasAndEvalActivationFunction() 419 const RuntimeShape& bias_shape, in GEMVForLstmCell() 607 const RuntimeShape& bias_shape, const int32* bias_data, in GEMVForLstmCellWithSymmetricRange() 898 const float* weights_data, const RuntimeShape& bias_shape, in FullyConnected() 965 const RuntimeShape& bias_shape, const int32* bias_data, int32 output_offset, in FullyConnectedAsGEMV() 1152 const uint8* filter_data, const RuntimeShape& bias_shape, in FullyConnected() 1236 const uint8* filter_data, const RuntimeShape& bias_shape, in FullyConnected() 1690 const uint8* shuffled_weights_data, const RuntimeShape& bias_shape, in ShuffledFullyConnected() 2113 const float* filter_data, const RuntimeShape& bias_shape, in Conv() 2206 const RuntimeShape& bias_shape, const float* bias_data, in HybridConv() [all …]
|
/external/tensorflow/tensorflow/core/framework/ |
D | common_shape_fns.cc | 249 ShapeHandle bias_shape; in BiasAddShape() local
|