Home
last modified time | relevance | path

Searched defs:weights_type (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Ddirected_interleave_dataset_test.py35 def _get_weights_of_type(weights_list, weights_type): argument
75 def testSampleFromDatasets(self, weights_type): argument
106 def testSampleFromDatasetsStoppingOnEmptyDataset(self, weights_type): argument
123 def testSampleFromDatasetsSkippingEmptyDataset(self, weights_type): argument
141 def testSampleFromDatasetsWithZeroWeight(self, weights_type): argument
155 def testSampleFromEmptyDataset(self, weights_type): argument
/external/XNNPACK/test/
Dprelu-operator-tester.h81 inline PReLUOperatorTester& weights_type(WeightsType weights_type) { in weights_type() argument
86 inline WeightsType weights_type() const { in weights_type() function
Dfully-connected-operator-tester.h131 inline FullyConnectedOperatorTester& weights_type(WeightsType weights_type) { in weights_type() argument
136 inline WeightsType weights_type() const { in weights_type() function
Ddeconvolution-operator-tester.h421 inline DeconvolutionOperatorTester& weights_type(WeightsType weights_type) { in weights_type() function
426 inline WeightsType weights_type() const { in weights_type() function
Dconvolution-operator-tester.h507 inline ConvolutionOperatorTester& weights_type(WeightsType weights_type) { in weights_type() argument
512 inline WeightsType weights_type() const { in weights_type() function
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_metal_simd.cc378 const DataType& weights_type, int dst_x8_slices) { in ReorderWeightsForConv()
481 auto weights_type = DeduceDataTypeFromPrecision(definition.precision); in CreateConvolutionMetalSimd() local
Dconvolution_transposed_3x3_thin.cc266 const DataType weights_type = definition.GetDataType(); in CreateConvolutionTransposed3x3ThinDynamicWeights() local
Dconvolution_transposed_4x4.cc422 const DataType weights_type = definition.GetDataType(); in CreateConvolutionTransposed4x4DynamicWeights() local
Dconvolution_transposed_3x3.cc432 const DataType weights_type = definition.GetDataType(); in CreateConvolutionTransposed3x3DynamicWeights() local
Dconv_weights_converter_test_util.cc65 DataType weights_type = DataType::FLOAT32; in ConvolutionWeightsConverterTest() local
Dconvolution_transposed.cc641 const DataType weights_type = definition.GetDataType(); in CreateConvolutionTransposedDynamicWeights() local
Dconv_generic.cc270 const DataType weights_type = definition_.GetDataType(); in GenerateCode() local
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dconv_2d_helpers.cc154 void Conv2dOpBuilder::CheckShouldSplitDwConv(TfLiteType weights_type, in CheckShouldSplitDwConv()
/external/tensorflow/tensorflow/lite/kernels/
Dtranspose_conv.cc125 TfLiteType weights_type, in AllocateTemporaryTensorsIfRequired()
Dunidirectional_sequence_lstm_test.cc2222 const TensorType& weights_type = TensorType_FLOAT32) in LayerNormUnidirectionalLSTMOpModel()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc401 const TfLiteType weights_type = context->tensors[weights_id].type; in IsHybridOperator() local
410 const TfLiteType weights_type = context->tensors[weights_id].type; in IsHybridOperator() local
418 const TfLiteType weights_type = context->tensors[weights_id].type; in IsHybridOperator() local
425 const TfLiteType weights_type = context->tensors[weights_id].type; in IsHybridOperator() local
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc1088 const auto weights_type = weights_tensor.getType().cast<ShapedType>(); in fold() local