/external/tensorflow/tensorflow/compiler/mlir/lite/tests/ |
D | dilated-conv.mlir | 154 %3 = "tf.Squeeze"(%2) {squeeze_dims = [3]} : (tensor<4x64x64x1xf32>) -> tensor<4x64x64xf32> 164 …// CHECK-NEXT: [[SQUEEZE:%.*]] = "tf.Squeeze"([[CONV]]) {squeeze_dims = [3]} : (tensor<1x128x128x1… 177 %3 = "tf.Squeeze"(%2) {squeeze_dims = [3]} : (tensor<4x64x64x1xf32>) -> tensor<4x64x64xf32> 187 …// CHECK-NEXT: [[SQUEEZE:%.*]] = "tf.Squeeze"([[CONV]]) {squeeze_dims = [3]} : (tensor<1x128x128x1… 200 %3 = "tf.Squeeze"(%2) {squeeze_dims = [3]} : (tensor<4x?x?x1xf32>) -> tensor<4x?x?xf32> 210 …// CHECK-NEXT: [[SQUEEZE:%.*]] = "tf.Squeeze"([[CONV]]) {squeeze_dims = [3]} : (tensor<1x128x128x1… 223 %3 = "tf.Squeeze"(%2) {squeeze_dims = [3]} : (tensor<4x?x?x1xf32>) -> tensor<4x?x?xf32> 233 …// CHECK-NEXT: [[SQUEEZE:%.*]] = "tf.Squeeze"([[CONV]]) {squeeze_dims = [3]} : (tensor<1x128x128x1… 246 %3 = "tf.Squeeze"(%2) {squeeze_dims = [3]} : (tensor<4x64x64x1xf32>) -> tensor<4x64x64xf32> 257 …// CHECK-NEXT: [[SQUEEZE:%.*]] = "tf.Squeeze"([[CONV]]) {squeeze_dims = [3]} : (tensor<1x128x128x1… [all …]
|
D | legalize-tf.mlir | 53 %0 = "tf.Squeeze"(%arg0) {squeeze_dims = [0]} : (tensor<1x1x10xf32>) -> tensor<1x10xf32> 54 %1 = "tf.Squeeze"(%arg1) : (tensor<?x10xf32>) -> tensor<*xf32> 364 %0 = "tf.Squeeze"(%arg0) : (tensor<1x2x2xf32>) -> tensor<2x2xf32> 372 %0 = "tf.Squeeze"(%arg0) {squeeze_dims = [1]} : (tensor<2x1x2xf32>) -> tensor<2x2xf32> 380 %0 = "tf.Squeeze"(%arg0) {squeeze_dims = [0, 2]} : (tensor<1x2x1x2xf32>) -> tensor<2x2xf32>
|
D | fuse-tftext.mlir | 273 %269 = "tf.Squeeze"(%268) {device = "", squeeze_dims = [1]} : (tensor<?x1xi64>) -> tensor<?xi64> 296 %292 = "tf.Squeeze"(%291) {device = "", squeeze_dims = [1]} : (tensor<?x1xi64>) -> tensor<?xi64> 451 %447 = "tf.Squeeze"(%446) {device = "", squeeze_dims = [1]} : (tensor<?x1xi64>) -> tensor<?xi64> 474 %470 = "tf.Squeeze"(%469) {device = "", squeeze_dims = [1]} : (tensor<?x1xi64>) -> tensor<?xi64> 596 %592 = "tf.Squeeze"(%591) {device = "", squeeze_dims = [1]} : (tensor<?x1xi64>) -> tensor<?xi64> 619 %615 = "tf.Squeeze"(%614) {device = "", squeeze_dims = [1]} : (tensor<?x1xi64>) -> tensor<?xi64> 1392 %358 = "tf.Squeeze"(%357) {device = "", squeeze_dims = [1]} : (tensor<?x1xi64>) -> tensor<?xi64> 1415 %381 = "tf.Squeeze"(%380) {device = "", squeeze_dims = [1]} : (tensor<?x1xi64>) -> tensor<?xi64> 1574 %540 = "tf.Squeeze"(%539) {device = "", squeeze_dims = [1]} : (tensor<?x1xi64>) -> tensor<?xi64> 1597 %563 = "tf.Squeeze"(%562) {device = "", squeeze_dims = [1]} : (tensor<?x1xi64>) -> tensor<?xi64> [all …]
|
D | prepare-tf.mlir | 535 …%0 = "tf.Squeeze"(%arg0) {T = f32, _output_shapes = ["tfshape$dim { size: 4 } dim { size: 64 } dim… 706 // CHECK: %[[SQE:.*]] = "tf.Squeeze"(%[[RFF]]) {squeeze_dims = [-2]} : (tensor<10x20x1x30xcomplex<…
|
/external/tensorflow/tensorflow/examples/wav_to_spectrogram/ |
D | wav_to_spectrogram.cc | 71 Output squeeze = Squeeze(root.WithOpName("squeeze"), expand_dims, in WavToSpectrogram() 72 Squeeze::Attrs().Axis({0})); in WavToSpectrogram()
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_Squeeze.pbtxt | 2 graph_op_name: "Squeeze"
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_Squeeze.pbtxt | 2 graph_op_name: "Squeeze"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | Squeeze.pbtxt | 2 name: "Squeeze"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | Squeeze.pbtxt | 2 name: "Squeeze"
|
/external/tensorflow/tensorflow/compiler/jit/tests/ |
D | keras_imagenet_main_graph_mode.golden_summary | 47 Squeeze 1
|
D | keras_imagenet_main.golden_summary | 45 Squeeze 1
|
D | opens2s_gnmt_mixed_precision.golden_summary | 202 Squeeze 1
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Squeeze.pbtxt | 2 graph_op_name: "Squeeze"
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | nn_grad.cc | 103 auto squeeze_result = Squeeze(scope, matmul_result, Squeeze::Axis(axis)); in SoftmaxCrossEntropyWithLogitsGrad()
|
D | array_grad_test.cc | 196 auto y = Squeeze(scope_, x); in TEST_F()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | generic_layout_optimizer_transposer_test.cc | 2049 auto squeeze_op = ops::Squeeze( in TEST_F() 2104 auto squeeze_op = ops::Squeeze( in TEST_F() 2144 ops::Squeeze(scope.WithOpName("squeeze").WithDevice("/device:GPU:0"), in TEST_F() 2145 conv2d, ops::Squeeze::Attrs().Axis({1})); in TEST_F() 2184 ops::Squeeze(scope.WithOpName("squeeze").WithDevice("/device:GPU:0"), in TEST_F() 2185 conv2d, ops::Squeeze::Attrs().Axis({1, 2, 3})); in TEST_F() 2224 ops::Squeeze(scope.WithOpName("squeeze").WithDevice("/device:GPU:0"), in TEST_F() 2225 conv2d, ops::Squeeze::Attrs().Axis({1, 2})); in TEST_F() 2287 ops::Squeeze(scope.WithOpName("squeeze").WithDevice("/device:GPU:0"), in TEST_F() 2288 conv2d, ops::Squeeze::Attrs().Axis({-3, -2})); in TEST_F() [all …]
|
D | remapper_test.cc | 953 auto squeeze = ops::Squeeze(s.WithOpName("squeeze"), conv, in TEST_F() 954 ops::Squeeze::Attrs().Axis({2})); in TEST_F()
|
/external/tensorflow/tensorflow/examples/label_image/ |
D | main.cc | 148 Squeeze(root.WithOpName("squeeze_first_dim"), in ReadTensorFromImageFile()
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | op_select_allowlist.md | 529 * `raw_ops.Squeeze`
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | tpu_space_to_depth_pass.mlir | 132 %14 = "tf.Squeeze"(%arg1) {squeeze_dims = [-1]} : (tensor<2x1xf32>) -> tensor<2xf32> 206 %14 = "tf.Squeeze"(%arg1) {squeeze_dims = [-1]} : (tensor<2x1xf32>) -> tensor<2xf32>
|
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/ |
D | gpu_supported_ops.md | 229 `Squeeze` | `T={bool,complex64,double,float,int32,int64,uint32,uint64}`
|
D | cpu_supported_ops.md | 232 `Squeeze` | `T={bool,complex64,double,float,int32,int64,uint32,uint64}`
|
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | operator.cc | 1160 class Squeeze class 1916 ops.push_back(MakeUnique<Squeeze>(::tflite::BuiltinOperator_SQUEEZE, in BuildOperatorList()
|
D | operator_test.cc | 471 TEST_F(OperatorTest, Squeeze) { in TEST_F() argument
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_nodes_test.cc | 3500 ops::Squeeze::Attrs squeeze_attrs; in TEST_P() 3503 ops::Squeeze(s.WithOpName("my_squeeze"), input, squeeze_attrs); in TEST_P() 3506 auto squeeze = ops::Squeeze(s.WithOpName("my_squeeze"), input); in TEST_P()
|