HomeSort by relevance Sort by last modified time
    Searched defs:axis (Results 101 - 125 of 333) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/tensorflow/tensorflow/core/grappler/optimizers/
layout_optimizer_test.cc 569 auto axis = ops::Const(s.WithOpName("axis"), 3); local
570 auto split = ops::Split(s.WithOpName("split"), axis, conv, 2);
572 ops::Concat(s.WithOpName("concat"), {split[1], split[1], split[1]}, axis);
592 auto axis = ops::Const(s.WithOpName("axis"), 1); local
593 auto split = ops::Split(s.WithOpName("split"), axis, conv, 2);
594 auto concat = ops::Concat(s.WithOpName("concat"), {split[0], split[1]}, axis);
613 auto axis = ops::Const(s.WithOpName("axis"), 1) local
637 auto axis = ops::Const(s.WithOpName("axis"), 2); local
658 auto axis = ops::Const(s.WithOpName("axis"), 0); local
679 auto axis = ops::Const(s.WithOpName("axis"), 3); local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
mkl_concat_op.cc 71 ? "axis"
86 int32 axis = concat_dim < 0 ? concat_dim + input_dims : concat_dim; local
88 (0 <= axis && axis < input_dims) ||
102 for (int d = 0; d < axis; ++d) {
117 if (j == axis) {
133 output_concat_dim += in.dims() > 0 ? in.dim_size(axis) : 1;
141 output_shape.set_dim(axis, output_concat_dim);
159 ? "axis"
174 int32 axis = concat_dim < 0 ? concat_dim + input_dims : concat_dim local
    [all...]
  /external/wayland-protocols/flinger_headers/
ArcInputBridgeProtocol.h 150 int32_t axis; member in union:arc::GamepadArgs::__anon43693
270 static BridgeInputEvent GamepadAxisEvent(uint64_t timestamp, int32_t id, int32_t axis,
274 event.gamepad.axis = axis;
  /frameworks/base/core/jni/
android_view_MotionEvent.cpp 227 uint32_t axis = bits.clearFirstMarkedBit(); local
228 outRawPointerCoords->setAxisValue(axis, values[index++]);
303 uint32_t axis = bits.clearFirstMarkedBit(); local
304 outBits |= BitSet64::valueForBit(axis);
305 outValues[index++] = rawPointerCoords->getAxisValue(axis);
488 jint axis) {
489 return env->NewStringUTF(MotionEvent::getLabel(static_cast<int32_t>(axis)));
535 jlong nativePtr, jint axis,
544 return event->getRawAxisValue(axis, pointerIndex);
550 return event->getHistoricalRawAxisValue(axis, pointerIndex, historyPos)
    [all...]
  /frameworks/ml/nn/common/
CpuExecutor.cpp 1044 int32_t axis = getScalarData<int32_t>(mOperands[ins[numInputTensors]]); local
1504 const RunTimeOperandInfo& axis = mOperands[ins[1]]; local
    [all...]
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
ViewMatrix.java 333 double[] axis = Quaternion.calcAxis(mStartV, mMoveToV); local
336 axis = mStartMatrix.vecmult(axis);
338 mQ.set(angle, axis);
  /cts/tests/sensor/src/android/hardware/cts/
SensorManagerStaticTest.java 299 // by rotate local y axis around -x axis by incline angle. However, I matrix is
345 assertFalse("getRotationMatrix does not fail when it supposed to fail (singular axis)",
402 // test if multiple rotation (total 2pi) about an axis result in identity
443 // test if rotation about trival axis works
446 int axis = (i % 3) + 1; local
451 v[axis - 1] = (float) Math.sin(theta / 2.f);
453 v[axis-1] = -v[axis-1];
457 R = mat9Rot(axis, theta)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 292 final int axis = mAxes[i]; local
293 final float value = event.getAxisValue(axis);
295 message.append(" ").append(MotionEvent.axisToString(axis)).append(": ");
299 message.append(event.getHistoricalAxisValue(axis, historyPos));
388 final int axis = state.getAxis(i); local
389 final int id = BASE_ID_AXIS_ITEM | axis;
392 column = new TextColumn(id, MotionEvent.axisToString(axis));
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java 24 import org.apache.xml.dtm.Axis;
310 return Axis.FOLLOWING;
312 return Axis.FOLLOWINGSIBLING;
314 return Axis.PRECEDING;
316 return Axis.PRECEDINGSIBLING;
318 return Axis.PARENT;
320 return Axis.NAMESPACE;
322 return Axis.ANCESTOR;
324 return Axis.ANCESTORORSELF;
326 return Axis.ATTRIBUTE
857 int axis = Axis.SELF; local
990 int axis, predicateAxis; local
    [all...]
  /external/freetype/src/autofit/
afcjk.c 85 metrics->axis[AF_DIMENSION_HORZ].width_count = 0;
86 metrics->axis[AF_DIMENSION_VERT].width_count = 0;
184 AF_CJKAxis axis = &metrics->axis[dim]; local
185 AF_AxisHints axhints = &hints->axis[dim];
224 axis->widths[num_widths++].org = dist;
230 af_sort_and_quantize_widths( &num_widths, axis->widths,
232 axis->width_count = num_widths;
238 AF_CJKAxis axis = &metrics->axis[dim] local
291 AF_CJKAxis axis; local
651 AF_CJKAxis axis; local
783 AF_AxisHints axis = &hints->axis[dim]; local
827 AF_AxisHints axis = &hints->axis[dim]; local
985 AF_AxisHints axis = &hints->axis[dim]; local
1272 AF_AxisHints axis = &hints->axis[dim]; local
1492 AF_CJKAxis axis = &metrics->axis[dim]; local
1790 AF_AxisHints axis = &hints->axis[dim]; local
2169 AF_AxisHints axis = & hints->axis[dim]; local
    [all...]
  /external/freetype/src/cff/
cffload.c 1194 CFF_AxisCoords* axis = &region->axisList[j]; local
1480 CFF_AxisCoords* axis = &varRegion->axisList[j]; local
    [all...]
  /external/libxml2/include/libxml/
xpath.h 185 * @cur: the previous node being explored on that axis
187 * An axis traversal function. To traverse an axis, the engine calls
189 * NULL indicating the end of the axis traversal.
191 * Returns the next node in that axis or NULL if at the end of the axis.
198 * Extra axis: a name and an axis function.
204 const xmlChar *name; /* the axis name */
304 int nb_axis; /* number of defined axis */
306 xmlXPathAxisPtr axis; \/* Array of defined axis *\/ member in struct:_xmlXPathContext
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
propagate_fixed_sizes.cc 568 // Negative axis means the count starts at the back of the dims().
569 int axis = op->axis; local
570 if (axis < 0) axis += first_input_array.shape().dims().size();
583 CHECK_LT(axis, input_dims.size());
584 concat_size += input_dims[axis];
589 CHECK_LT(axis, output_shape.dimensions_count());
590 output_dims[axis] = concat_size;
653 // Yield until axis is constant
670 int axis = axis_array.GetBuffer<ArrayDataType::kInt32>().data[0]; local
1121 int axis = op->axis; local
    [all...]
  /external/webp/src/enc/
predictor_enc.c 644 int axis; local
645 for (axis = 0; axis < kGreenRedToBlueNumAxis; ++axis) {
647 offset[axis][0] * delta + green_to_blue_best;
648 const int red_to_blue_cur = offset[axis][1] * delta + red_to_blue_best;
658 // Only axis aligned diffs for lower quality.
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_events.h 105 SDL_JOYAXISMOTION = 0x600, /**< Joystick axis motion */
114 SDL_CONTROLLERAXISMOTION = 0x650, /**< Game controller axis motion */
265 * \brief Joystick axis motion event structure (event.jaxis.*)
272 Uint8 axis; /**< The joystick axis index */ member in struct:SDL_JoyAxisEvent
276 Sint16 value; /**< The axis value (range: -32768 to 32767) */
342 * \brief Game controller axis motion event structure (event.caxis.*)
349 Uint8 axis; /**< The controller axis (SDL_GameControllerAxis) */ member in struct:SDL_ControllerAxisEvent
353 Sint16 value; /**< The axis value (range: -32768 to 32767) *
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_events.h 105 SDL_JOYAXISMOTION = 0x600, /**< Joystick axis motion */
114 SDL_CONTROLLERAXISMOTION = 0x650, /**< Game controller axis motion */
265 * \brief Joystick axis motion event structure (event.jaxis.*)
272 Uint8 axis; /**< The joystick axis index */ member in struct:SDL_JoyAxisEvent
276 Sint16 value; /**< The axis value (range: -32768 to 32767) */
342 * \brief Game controller axis motion event structure (event.caxis.*)
349 Uint8 axis; /**< The controller axis (SDL_GameControllerAxis) */ member in struct:SDL_ControllerAxisEvent
353 Sint16 value; /**< The axis value (range: -32768 to 32767) *
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_events.h 105 SDL_JOYAXISMOTION = 0x600, /**< Joystick axis motion */
114 SDL_CONTROLLERAXISMOTION = 0x650, /**< Game controller axis motion */
265 * \brief Joystick axis motion event structure (event.jaxis.*)
272 Uint8 axis; /**< The joystick axis index */ member in struct:SDL_JoyAxisEvent
276 Sint16 value; /**< The axis value (range: -32768 to 32767) */
342 * \brief Game controller axis motion event structure (event.caxis.*)
349 Uint8 axis; /**< The controller axis (SDL_GameControllerAxis) */ member in struct:SDL_ControllerAxisEvent
353 Sint16 value; /**< The axis value (range: -32768 to 32767) *
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_events.h 105 SDL_JOYAXISMOTION = 0x600, /**< Joystick axis motion */
114 SDL_CONTROLLERAXISMOTION = 0x650, /**< Game controller axis motion */
265 * \brief Joystick axis motion event structure (event.jaxis.*)
272 Uint8 axis; /**< The joystick axis index */ member in struct:SDL_JoyAxisEvent
276 Sint16 value; /**< The axis value (range: -32768 to 32767) */
342 * \brief Game controller axis motion event structure (event.caxis.*)
349 Uint8 axis; /**< The controller axis (SDL_GameControllerAxis) */ member in struct:SDL_ControllerAxisEvent
353 Sint16 value; /**< The axis value (range: -32768 to 32767) *
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/guice/extensions/persist/lib/
jaxen-1.1-beta-7.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.6/
jaxen-1.1.6.jar 

Completed in 899 milliseconds

1 2 3 45 6 7 8 91011>>