Home
last modified time | relevance | path

Searched refs:kTfLiteInt32 (Results 1 – 25 of 27) sorted by relevance

12

/external/tensorflow/tensorflow/contrib/lite/models/smartreply/ops/
Dpredict.cc83 TF_LITE_ENSURE_EQ(context, lookup->type, kTfLiteInt32); in Prepare()
84 TF_LITE_ENSURE_EQ(context, model_key->type, kTfLiteInt32); in Prepare()
85 TF_LITE_ENSURE_EQ(context, model_label->type, kTfLiteInt32); in Prepare()
101 TF_LITE_ENSURE_EQ(context, output_label->type, kTfLiteInt32); in Prepare()
/external/tensorflow/tensorflow/contrib/lite/kernels/
Dgather.cc42 TF_LITE_ENSURE_EQ(context, positions->type, kTfLiteInt32); in Prepare()
53 case kTfLiteInt32: { in Prepare()
100 case kTfLiteInt32: in Eval()
Dstrided_slice.cc155 TF_LITE_ENSURE_EQ(context, op_context.begin->type, kTfLiteInt32); in Prepare()
156 TF_LITE_ENSURE_EQ(context, op_context.end->type, kTfLiteInt32); in Prepare()
157 TF_LITE_ENSURE_EQ(context, op_context.strides->type, kTfLiteInt32); in Prepare()
223 case kTfLiteInt32: in Eval()
Dembedding_lookup_sparse.cc86 TF_LITE_ENSURE_EQ(context, ids->type, kTfLiteInt32); in Prepare()
90 TF_LITE_ENSURE_EQ(context, indices->type, kTfLiteInt32); in Prepare()
94 TF_LITE_ENSURE_EQ(context, shape->type, kTfLiteInt32); in Prepare()
Dmean.cc141 scratch_tensor->type = kTfLiteInt32; in InitializeTemporaries()
151 resolved_axis->type = kTfLiteInt32; in InitializeTemporaries()
203 case kTfLiteInt32: in Eval()
Dspace_to_depth.cc53 data_type == kTfLiteInt32 || data_type == kTfLiteInt64); in Prepare()
101 case kTfLiteInt32: in Eval()
Dtopk_v2.cc35 TF_LITE_ENSURE_EQ(context, top_k->type, kTfLiteInt32); in ResizeOutput()
170 TF_LITE_ENSURE_EQ(context, top_k->type, kTfLiteInt32); in Prepare()
209 case kTfLiteInt32: in Eval()
Dhashtable_lookup.cc65 TF_LITE_ENSURE_EQ(context, lookup->type, kTfLiteInt32); in Prepare()
69 TF_LITE_ENSURE_EQ(context, key->type, kTfLiteInt32); in Prepare()
Dembedding_lookup.cc56 TF_LITE_ENSURE_EQ(context, lookup->type, kTfLiteInt32); in Prepare()
Dresize_bilinear.cc64 TF_LITE_ENSURE_EQ(context, size->type, kTfLiteInt32); in Prepare()
Dtranspose.cc127 case kTfLiteInt32: in Eval()
Dpad.cc143 case kTfLiteInt32: in Eval()
Dspace_to_batch_nd.cc140 case kTfLiteInt32: in Eval()
Dbatch_to_space_nd.cc143 case kTfLiteInt32: in Eval()
Ddepthwise_conv.cc111 TF_LITE_ENSURE_EQ(context, bias->type, kTfLiteInt32); in Prepare()
Dconv.cc143 TF_LITE_ENSURE_EQ(context, bias->type, kTfLiteInt32); in Prepare()
/external/tensorflow/tensorflow/contrib/lite/testing/
Dtflite_driver.cc72 case kTfLiteInt32: in Check()
178 case kTfLiteInt32: { in SetInput()
215 case kTfLiteInt32: in SetExpectation()
/external/tensorflow/tensorflow/contrib/lite/java/src/main/native/
Dtensor_jni.cc51 case kTfLiteInt32: { in writeOneDimensionalArray()
102 case kTfLiteInt32: { in readOneDimensionalArray()
157 case kTfLiteInt32: in elementByteSize()
/external/tensorflow/tensorflow/contrib/lite/
Doptional_debug_tools.cc43 case kTfLiteInt32: in TensorTypeName()
Dinterpreter_test.cc108 {kTfLiteInt32, sizeof(int32_t)}, in TEST()
142 {kTfLiteInt32, sizeof(int32_t), reinterpret_cast<const char*>(int32s)}, in TEST()
181 {kTfLiteInt32}, in TEST()
429 ASSERT_EQ(interpreter.SetTensorParametersReadWrite(2, kTfLiteInt32, "", {1}, in TEST()
435 ASSERT_EQ(interpreter.SetTensorParametersReadWrite(4, kTfLiteInt32, "", {1}, in TEST()
Dcontext.h130 kTfLiteInt32 = 2, enumerator
Dinterpreter.h37 return kTfLiteInt32;
Dnnapi_delegate.cc99 case kTfLiteInt32: in addTensorOperands()
Dinterpreter.cc222 case kTfLiteInt32: in BytesRequired()
/external/tensorflow/tensorflow/contrib/lite/examples/label_image/
Dbitmap_helpers_impl.h58 interpreter->SetTensorParametersReadWrite(1, kTfLiteInt32, "new_size", {2}, in resize()

12