/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | constant_fold.cc | 50 auto tensor_type = t.cast<TensorType>(); in ShouldBeFolded() local 84 if (auto tensor_type = type.dyn_cast<TensorType>()) { in ConstantFoldFallbackHook() local
|
D | readonly_references_to_resources.cc | 140 TensorType tensor_type = DropRefType(shaped_type).cast<TensorType>(); in runOnFunction() local
|
D | optimize_global_tensors.cc | 59 if (auto tensor_type = type.dyn_cast<TensorType>()) { in IsResourceType() local
|
/external/tensorflow/tensorflow/lite/tools/versioning/ |
D | op_version.cc | 839 TensorType tensor_type = GetTensorType(op->inputs()->Get(i), subgraph); in GetOpSignature() local 843 TensorType tensor_type = GetTensorType(op->outputs()->Get(i), subgraph); in GetOpSignature() local
|
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/ |
D | image_tensor_specs.h | 67 TfLiteType tensor_type; member
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/passes/ |
D | raise_to_tf.cc | 127 auto tensor_type = input_tfr_type.dyn_cast<TFRTensorType>(); in CastToNonDerivedType() local 188 if (auto tensor_type = input_tfr_type.dyn_cast<TFRTensorType>()) { in AddDerivedAttrs() local 328 if (auto tensor_type = res.value().dyn_cast<TFRTensorType>()) { in DeriveOutputTypes() local
|
D | decompose.cc | 158 if (auto tensor_type = arg.value().dyn_cast<TFRTensorType>()) { in RewriteUnregisteredTFOps() local
|
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/ |
D | l2_norm_test.cc | 24 const TensorType tensor_type) { in L2NormOpModel()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
D | convert_tensor.cc | 192 if (auto tensor_type = type.dyn_cast<mlir::RankedTensorType>()) { in ConvertTypeToTensorShape() local 208 if (auto tensor_type = type.dyn_cast<mlir::RankedTensorType>()) { in ConvertTypeToTensorShapeAttr() local
|
D | compile_mlir_util.cc | 167 auto tensor_type = type_and_idx.value().dyn_cast<mlir::RankedTensorType>(); in GetOutputInfo() local 548 auto tensor_type = mlir_arg.getType().cast<mlir::TensorType>(); in RewriteWithArgs() local
|
/external/tensorflow/tensorflow/lite/tools/ |
D | visualize.py | 202 def TensorTypeToName(tensor_type): argument
|
D | verifier_test.cc | 543 for (int tensor_type = TensorType_MIN; tensor_type <= TensorType_MAX; in TEST() local 559 for (int tensor_type = TensorType_MIN; tensor_type <= TensorType_MAX; in TEST() local
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | l2norm_test.cc | 34 const TensorType tensor_type, in L2NormOpModel()
|
D | basic_rnn_test.cc | 235 HybridRNNOpModel(int batches, int units, int size, TensorType tensor_type, in HybridRNNOpModel()
|
D | unidirectional_sequence_rnn_test.cc | 253 TensorType tensor_type, in HybridUnidirectionalRNNOpModel()
|
D | svdf_test.cc | 207 int rank, TensorType tensor_type, in HybridSVDFOpModel()
|
D | concatenation_test.cc | 289 enum TensorType tensor_type = member
|
/external/tensorflow/tensorflow/core/kernels/ |
D | load_and_remap_matrix_op.cc | 136 DataType tensor_type; in Compute() local
|
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | types.cc | 114 ArrayDataType DataType::Deserialize(int tensor_type) { in Deserialize()
|
/external/tensorflow/tensorflow/lite/delegates/hexagon/ |
D | utils.cc | 33 TfLiteType tensor_type) { in TensorTypeMatch()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
D | quantization_utils.cc | 451 ElementsAttr QuantizeLegacy(Attribute real_value, Type tensor_type) { in QuantizeLegacy() 538 ElementsAttr Quantize(Attribute real_value, Type tensor_type) { in Quantize() 750 Type tensor_type, double scale, in GetFixedOutputRange()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | default_quant_params.cc | 150 auto tensor_type = value.getType().dyn_cast<TensorType>(); in AddToWorkListIfUnquantized() local
|
/external/XNNPACK/test/ |
D | subgraph-tester.h | 44 xnn_tensor_type tensor_type, in add_tensor()
|
/external/tensorflow/tensorflow/python/ops/ |
D | io_ops.py | 75 def _restore_slice(file_pattern, tensor_name, shape_and_slice, tensor_type, argument
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | advanced_activations.py | 272 def _large_compatible_negative(tensor_type): argument
|