/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/ |
H A D | reshape_test.cc | 34 for (ShapeSpecificationType shape_type : shape_types) { in TYPED_TEST() local 49 for (ShapeSpecificationType shape_type : shape_types) { in TYPED_TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
H A D | prepare_tf.cc | 389 auto shape_type = RankedTensorType::get({4}, rewriter.getIntegerType(32)); in legalizeFilter() local 460 auto shape_type = in RewriteNewAxisMask() local 778 auto shape_type = tf_broadcast_to_op.shape().getType().cast<ShapedType>(); in matchAndRewrite() local
|
H A D | lower_static_tensor_list.cc | 604 Type shape_type = RankedTensorType::get({result_rank}, shape_dtype); in matchAndRewrite() local 933 RankedTensorType shape_type = in matchAndRewrite() local
|
H A D | legalize_tf.cc | 860 auto shape_type = in matchAndRewrite() local
|
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
H A D | TensorBlock.h | 76 TensorBlockShapeType shape_type; // target block shape member 402 const TensorBlockShapeType shape_type = m_requirements.shape_type; in InitializeBlockDimensions() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/endian/example/ |
D | endian_example.cpp | 33 little_int32_buf_at shape_type; member
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | reshape_test_common.h | 50 ShapeSpecificationType shape_type) { in ReshapeOpModel()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/execution/ |
D | executor.cpp | 129 typedef double shape_type; typedef
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/ |
H A D | utils.h | 63 auto shape_type = in CreateConstValue() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
H A D | fused_ir_emitter.cc | 111 llvm::Type* shape_type = llvm_ir::ShapeToIrType(constant.shape(), module); in HandleConstant() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/shape_inference/ |
H A D | pass.cc | 43 auto shape_type = type.dyn_cast<ShapedType>(); in CanBeRefined() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/ |
H A D | flatbuffer_import.cc | 835 auto shape_type = RankedTensorType::get( in ConvertOp() local 902 auto shape_type = RankedTensorType::get( in ConvertOp() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/ |
H A D | corert_converter.cc | 304 if (auto shape_type = type_attr.getValue().dyn_cast<mlir::TensorType>()) { in ConvertAttribute() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ |
D | thread_pool.hpp | 173 typedef std::size_t shape_type; typedef in boost::asio::thread_pool::basic_executor_type
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/ |
H A D | unpack_quantized_weights.cpp | 557 TensorTypePtr shape_type = g_input->type()->cast<TensorType>(); in UnpackQuantizedTensorInputs() local
|
H A D | shape_type_inference.cpp | 693 if (TensorTypePtr shape_type = input->type()->cast<TensorType>()) { in SetShapeValueFromListConstructNode() local 1007 if (TensorTypePtr shape_type = n->input(1)->type()->cast<TensorType>()) { in ProcessReshapeNode() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
H A D | tensor_list_ops_decomposition.cc | 788 auto shape_type = RankedTensorType::get({2}, builder.getIntegerType(32)); in HandleTensorListScatterIntoExistingListOp() local
|
H A D | lower_tf.cc | 518 auto shape_type = RankedTensorType::get({2}, rewriter.getIntegerType(32)); in matchAndRewrite() local
|
H A D | shape_inference.cc | 416 auto shape_type = type.dyn_cast<ShapedType>(); in CanBeRefined() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/ |
H A D | legalize_tf.cc | 722 RankedTensorType shape_type = RankedTensorType::get( in matchAndRewrite() local
|
H A D | legalize_tfl.cc | 1711 RankedTensorType shape_type = RankedTensorType::get( in matchAndRewrite() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/ |
H A D | export_tensorflow.cc | 1968 const tensorflow::DataType shape_type = in ConvertRandomUniformOperator() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/constant_folding/ |
H A D | pass.cc | 1779 auto shape_type = op->getOperand(0).getType().cast<ShapedType>(); in matchAndRewrite() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/ |
H A D | randomized_tests.cc | 3714 auto shape_type = Choose<DataType>({DT_INT32, DT_INT64}); in TEST_F() local 3727 auto shape_type = Choose<DataType>({DT_INT32, DT_INT64}); in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
H A D | tf_ops_n_z.cc | 2154 auto shape_type = op.shape().getType().dyn_cast<RankedTensorType>(); in verify() local
|