Home
last modified time | relevance | path

Searched refs:AXIS (Results 1 – 21 of 21) sorted by relevance

/external/walt/pywalt/pywalt/
Devparser.py6 AXIS = 'axis' variable
17 x = array([int(e[VALUE]) for e in events if e[AXIS] == 'X'])
18 tx = array([float(e[TIME]) for e in events if e[AXIS] == 'X'])
20 y = array([int(e[VALUE]) for e in events if e[AXIS] == 'Y'])
21 ty = array([float(e[TIME]) for e in events if e[AXIS] == 'Y'])
/external/tensorflow/tensorflow/compiler/mlir/tfr/tests/
Dcontrol_flow.mlir32 // CHECK-NEXT: %[[AXIS:.*]] = constant 0 : i32
34 // CHECK-NEXT: %[[ED:.*]] = tfr.call @tf__expand_dims(%[[CAST]], %[[AXIS]]) : (!tfr.tensor, i32) ->…
46 // CHECK-NEXT: %[[AXIS:.*]] = constant 0 : i32
50 // CHECK-NEXT: %[[EX0:.*]] = tfr.call @tf__expand_dims(%[[CAST0]], %[[AXIS]]) : (!tfr.tensor, i32) …
51 // CHECK-NEXT: %[[EX1:.*]] = tfr.call @tf__expand_dims(%[[CAST1]], %[[AXIS]]) : (!tfr.tensor, i32) …
53 // CHECK-NEXT: %[[EX2:.*]] = tfr.call @tf__expand_dims(%[[CAST2]], %[[AXIS]]) : (!tfr.tensor, i32) …
54 // CHECK-NEXT: %[[CONCAT2:.*]] = tfr.call @tf__risc_concat(%[[CONCAT1]], %[[EX2]], %[[AXIS]]) : (!t…
Dend2end.mlir65 // CHECK-NEXT: %[[AXIS:.*]] = "tf.Const"() {value = dense<0> : tensor<i32>} : () -> tensor<i32>
66 // CHECK-NEXT: %[[ED:.*]] = "tf.ExpandDims"(%arg0, %[[AXIS]]) : (tensor<2x3xf32>, tensor<i32>) -> t…
76 // CHECK-NEXT: %[[AXIS:.*]] = "tf.Const"() {value = dense<0> : tensor<i32>} : () -> tensor<i32>
77 // CHECK-NEXT: %[[ED0:.*]] = "tf.ExpandDims"(%arg0, %[[AXIS]]) : (tensor<2x3xf32>, tensor<i32>) -> …
78 // CHECK-NEXT: %[[ED1:.*]] = "tf.ExpandDims"(%arg1, %[[AXIS]]) : (tensor<2x3xf32>, tensor<i32>) -> …
80 // CHECK-NEXT: %[[ED2:.*]] = "tf.ExpandDims"(%arg2, %[[AXIS]]) : (tensor<2x3xf32>, tensor<i32>) -> …
/external/tensorflow/tensorflow/core/kernels/
Done_hot_op_test.cc58 #define BM_OneHot(BATCH, CLASS, AXIS, DEVICE) \ argument
59 static void BM_OneHot##_##BATCH##_##CLASS##_##AXIS##_##DEVICE( \
61 test::Benchmark(#DEVICE, OneHot(BATCH, CLASS, AXIS), \
67 BENCHMARK(BM_OneHot##_##BATCH##_##CLASS##_##AXIS##_##DEVICE);
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/
Ddilated-conv.mlir161 // CHECK-NEXT: [[AXIS:%.*]] = "tf.Const"() {value = dense<3> : tensor<i32>} : () -> tensor<i32>
162 …// CHECK-NEXT: [[EXPAND:%.*]] = "tf.ExpandDims"([[INPUT]], [[AXIS]]) : (tensor<1x128x128xf32>, ten…
184 // CHECK-NEXT: [[AXIS:%.*]] = "tf.Const"() {value = dense<3> : tensor<i32>} : () -> tensor<i32>
185 …// CHECK-NEXT: [[EXPAND:%.*]] = "tf.ExpandDims"([[INPUT]], [[AXIS]]) : (tensor<1x128x128xf32>, ten…
207 // CHECK-NEXT: [[AXIS:%.*]] = "tf.Const"() {value = dense<3> : tensor<i32>} : () -> tensor<i32>
208 …// CHECK-NEXT: [[EXPAND:%.*]] = "tf.ExpandDims"([[INPUT]], [[AXIS]]) : (tensor<1x128x128xf32>, ten…
230 // CHECK-NEXT: [[AXIS:%.*]] = "tf.Const"() {value = dense<3> : tensor<i32>} : () -> tensor<i32>
231 …// CHECK-NEXT: [[EXPAND:%.*]] = "tf.ExpandDims"([[INPUT]], [[AXIS]]) : (tensor<1x128x128xf32>, ten…
254 // CHECK-NEXT: [[AXIS:%.*]] = "tf.Const"() {value = dense<3> : tensor<i32>} : () -> tensor<i32>
255 …// CHECK-NEXT: [[EXPAND:%.*]] = "tf.ExpandDims"([[INPUT]], [[AXIS]]) : (tensor<1x128x128xf32>, ten…
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dlower_tf.mlir30 // CHECK: %[[AXIS:.*]] = "tf.Const"() {value = dense<0> : tensor<i64>}
31 …// CHECK: %[[INP0:.*]] = "tf.ExpandDims"(%[[ARG0]], %[[AXIS]]) : (tensor<3x5xf32>, tensor<i64>) ->…
32 …// CHECK: %[[INP1:.*]] = "tf.ExpandDims"(%[[ARG1]], %[[AXIS]]) : (tensor<3x5xf32>, tensor<i64>) ->…
33 …// CHECK: "tf.ConcatV2"(%[[INP0]], %[[INP1]], %[[AXIS]]) : (tensor<1x3x5xf32>, tensor<1x3x5xf32>, …
150 // CHECK: %[[AXIS:.*]] = "tf.Const"() {value = dense<-2> : tensor<i64>}
151 …// CHECK: %[[INP0:.*]] = "tf.ExpandDims"(%[[ARG0]], %[[AXIS]]) : (tensor<?x5xf32>, tensor<i64>) ->…
152 …// CHECK: %[[INP1:.*]] = "tf.ExpandDims"(%[[ARG1]], %[[AXIS]]) : (tensor<*xf32>, tensor<i64>) -> t…
153 …// CHECK: "tf.ConcatV2"(%[[INP0]], %[[INP1]], %[[AXIS]]) : (tensor<?x1x5xf32>, tensor<*xf32>, tens…
414 …// CHECK-DAG: %[[AXIS:.*]] = "tf.Const"() {value = dense<-1> : tensor<1xi64>} : () -> tensor<1xi64>
415 …// CHECK-DAG: %[[LOSS:.*]] = "tf.Sum"(%[[SAFE_LOSS_INP]], %[[AXIS]]) {keep_dims = false} : (tensor…
[all …]
Dtensor_list_ops_decomposition.mlir135 // CHECK: %[[AXIS:.*]] = "tf.Const"() {value = dense<0> : tensor<i32>} : () -> tensor<i32>
136 …// CHECK: %[[GATHER:.*]] = "tf.GatherV2"(%[[BUFFER]], %[[ARG1]], %[[AXIS]]) : (tensor<10x8x9xf32>,…
Dtensor_array_ops_decomposition.mlir159 // CHECK: %[[AXIS:.*]] = "tf.Const"() {value = dense<0> : tensor<i32>} : () -> tensor<i32>
160 …// CHECK: %[[GATHER:.*]] = "tf.GatherV2"(%[[READ]], %[[INDS]], %[[AXIS]]) : (tensor<5x3xf32>, tens…
Dcanonicalize.mlir152 // CHECK: %[[AXIS:.*]] = "tf.Const"
155 // CHECK: "tf.ConcatV2"(%arg0, %arg1, %[[AXIS]])
/external/libcups/backend/
Dsnmp.txt12 AXIS 5600
20 HOST-RESOURCES-MIB::hrDeviceDescr.2 = STRING: Axis AXIS 5600
21 HOST-RESOURCES-MIB::hrDeviceDescr.3 = STRING: Axis AXIS 5600
32 AXIS OfficeBasic
34 SNMPv2-MIB::sysDescr.0 = STRING: AXIS OfficeBasic Parallel Network Print Server V6.43 Sep 4 2003
/external/python/cpython2/Modules/_ctypes/libffi/src/cris/
Dsysv.S36 ;; AXIS ETRAX 100LX Programmer's Manual chapter 6.3).
/external/libffi/src/cris/
Dsysv.S36 ;; AXIS ETRAX 100LX Programmer's Manual chapter 6.3).
/external/iptables/utils/
Dpf.os661 S12:64:0:44:M1452: AXIS:5600:v5.64:AXIS Printer Server 5600 v5.64
/external/arm-trusted-firmware/drivers/st/clk/
Dstm32mp1_clk.c515 _CLK_PARENT_SEL(AXIS, RCC_ASSCKSELR, ass_parents),
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dlegalize-tf.mlir4897 // CHECK: [[AXIS:%.*]] = mhlo.constant dense<0> : tensor<i32>
4915 // CHECK: [[AXIS:%.*]] = mhlo.constant dense<0> : tensor<i32>
4934 // CHECK: [[AXIS:%.*]] = mhlo.constant dense<0> : tensor<i32>
4954 // CHECK: [[AXIS:%.*]] = mhlo.constant dense<0> : tensor<i32>
/external/owasp/sanitizer/lib/htmlparser-1.3/
Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM ...
Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM ...
/external/cpuinfo/test/dmesg/
Dgalaxy-a8-2018.log2700 [ 2.027710] [0:irq/212-SSP_Int: 2001] [SSP] [M] ACC AXIS = 7
2705 [ 2.033986] [0:irq/212-SSP_Int: 2001] [SSP] [M] GYRO AXIS = 7
2711 [ 2.040220] [0:irq/212-SSP_Int: 2001] [SSP] [M] MAG AXIS = 5
/external/error_prone/javac/
Djavac-9+181-r4173-1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/dagger2/java/dagger/internal/codegen/bootstrap/
Dbootstrap_compiler_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties META-INF ...
/external/dagger2/java/dagger/internal/codegen/kythe/
Dkythe_plugin_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...