HomeSort by relevance Sort by last modified time
    Searched refs:i32 (Results 226 - 250 of 566) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libtextclassifier/utils/tflite/
token_encoder.cc 123 context->tensors[node->inputs->data[kInputNumInputs]].data.i32[0];
143 num_tokens.data.i32[i] + 2; /* num_tokens + start and end token. */
156 output_lengths.data.i32[0] = encoded_positions.size() - num_skip;
  /external/mesa3d/src/broadcom/compiler/
v3d33_tex.c 112 offset->i32[0];
116 offset->i32[1];
120 offset->i32[2];
v3d40_tex.c 124 p2_unpacked.offset_s = offset->i32[0];
126 p2_unpacked.offset_t = offset->i32[1];
128 p2_unpacked.offset_r = offset->i32[2];
  /external/protobuf/src/google/protobuf/util/internal/
proto_writer.cc 115 StatusOr<int32> i32 = data.ToInt32(); local
116 if (i32.ok()) {
117 WireFormatLite::WriteInt32(field_number, i32.ValueOrDie(), stream);
119 return i32.status();
125 StatusOr<int32> i32 = data.ToInt32(); local
126 if (i32.ok()) {
127 WireFormatLite::WriteSFixed32(field_number, i32.ValueOrDie(), stream);
129 return i32.status();
135 StatusOr<int32> i32 = data.ToInt32(); local
136 if (i32.ok())
    [all...]
  /external/tensorflow/tensorflow/lite/kernels/
one_hot.cc 71 const int depth = *op_context.depth->data.i32;
106 TF_LITE_ENSURE(context, *op_context.depth->data.i32 >= 0);
112 output_size->data[i] = *op_context.depth->data.i32;
transpose_conv.cc 118 im2col_shape_array->data[0] = output_shape->data.i32[0];
119 im2col_shape_array->data[1] = output_shape->data.i32[1];
120 im2col_shape_array->data[2] = output_shape->data.i32[2];
  /frameworks/av/services/camera/libcameraservice/common/
FrameProcessorBase.cpp 39 mNumPartialResults = entry.data.i32[0];
154 ATRACE_INT("cam2_frame", entry.data.i32[0]);
202 int32_t requestId = entry.data.i32[0];
CameraProviderManager.cpp 548 if ((scalerDims.data.i32[i] == format) &&
549 (scalerDims.data.i32[i+3] ==
551 sizes->push_back(std::make_tuple(scalerDims.data.i32[i+1],
552 scalerDims.data.i32[i+2]));
678 bool isDepthExclusivePresent = std::find(chTags.data.i32, chTags.data.i32 + chTags.count,
679 depthExclTag) != (chTags.data.i32 + chTags.count);
680 bool isDepthSizePresent = std::find(chTags.data.i32, chTags.data.i32 + chTags.count,
681 depthSizesTag) != (chTags.data.i32 + chTags.count)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 301 if (VT == MVT::i8 || VT == MVT::i16 || VT == MVT::i32) {
496 case MVT::i32:
637 case MVT::i32:
638 assert(Is32BitInt && "Not GPRC for i32??");
834 if (SrcVT == MVT::i64 || SrcVT == MVT::i32 || SrcVT == MVT::i16 ||
858 case MVT::i32:
885 if (!PPCEmitIntExt(SrcVT, SrcReg1, MVT::i32, ExtReg, IsZExt))
891 if (!PPCEmitIntExt(SrcVT, SrcReg2, MVT::i32, ExtReg, IsZExt))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 304 if (VT == MVT::i8 || VT == MVT::i16 || VT == MVT::i32) {
499 case MVT::i32:
652 case MVT::i32:
653 assert(Is32BitInt && "Not GPRC for i32??");
855 if (SrcVT == MVT::i64 || SrcVT == MVT::i32 || SrcVT == MVT::i16 ||
    [all...]