Home
last modified time | relevance | path

Searched refs:kTfLiteInt64 (Results 1 – 25 of 99) sorted by relevance

1234

/external/tensorflow/tensorflow/lite/kernels/
Darg_min_max.cc42 if (axis->type == kTfLiteInt64) { in ResizeOutput()
75 axis->type == kTfLiteInt32 || axis->type == kTfLiteInt64); in Prepare()
86 case kTfLiteInt64: in Prepare()
87 output->type = kTfLiteInt64; in Prepare()
173 case kTfLiteInt64: { in Eval()
225 case kTfLiteInt64: { in Eval()
Dshape.cc54 case kTfLiteInt64: in Prepare()
55 output->type = kTfLiteInt64; in Prepare()
83 case kTfLiteInt64: in Prepare()
Dreverse_sequence.cc48 input->type != kTfLiteInt64) { in Prepare()
55 if (seq_lengths->type != kTfLiteInt32 && seq_lengths->type != kTfLiteInt64) { in Prepare()
117 case kTfLiteInt64: { in ReverseSequenceHelper()
149 case kTfLiteInt64: { in Eval()
Dsparse_to_dense.cc133 } else if (output_shape->type == kTfLiteInt64) { in ResizeOutputShape()
173 context, indices->type == kTfLiteInt32 || indices->type == kTfLiteInt64); in Prepare()
175 output_shape->type == kTfLiteInt64); in Prepare()
177 values->type == kTfLiteInt64 || in Prepare()
244 case kTfLiteInt64: { in EvalForIndexType()
269 case kTfLiteInt64: in Eval()
Dgather.cc51 case kTfLiteInt64: in Prepare()
70 case kTfLiteInt64: in Prepare()
161 case kTfLiteInt64: in Eval()
173 if (positions->type == kTfLiteInt64) { in Eval()
185 case kTfLiteInt64: in Eval()
Dgather_nd.cc49 case kTfLiteInt64: in Prepare()
60 case kTfLiteInt64: in Prepare()
137 case kTfLiteInt64: in EvalGatherNd()
161 case kTfLiteInt64: in Eval()
Dslice.cc96 } else if (begin->type == kTfLiteInt64) { in ResizeOutputShape()
129 begin->type == kTfLiteInt32 || begin->type == kTfLiteInt64); in Prepare()
131 size->type == kTfLiteInt32 || size->type == kTfLiteInt64); in Prepare()
178 } else if (begin->type == kTfLiteInt64) { in Eval()
221 case kTfLiteInt64: in Eval()
Done_hot.cc99 if (op_context.indices->type == kTfLiteInt64) { in OneHotCompute()
132 case kTfLiteInt64: in Prepare()
145 op_context.indices->type == kTfLiteInt64); in Prepare()
177 case kTfLiteInt64: in Eval()
Dtile.cc70 case kTfLiteInt64: in ResizeOutput()
181 case kTfLiteInt64: in Tile()
201 case kTfLiteInt64: in TileString()
228 if (multipliers->type != kTfLiteInt32 && multipliers->type != kTfLiteInt64) { in Prepare()
267 case kTfLiteInt64: in Eval()
Dfloor_mod.cc74 if (type != kTfLiteInt32 && type != kTfLiteFloat32 && type != kTfLiteInt64) { in Prepare()
100 if (input2->type == kTfLiteInt32 || input2->type == kTfLiteInt64) { in EvalImpl()
144 case kTfLiteInt64: { in Eval()
Dfill.cc57 case kTfLiteInt64: in ResizeOutput()
85 TF_LITE_ENSURE(context, dtype == kTfLiteInt32 || dtype == kTfLiteInt64); in Prepare()
152 case kTfLiteInt64: in Eval()
Dcomparisons.cc177 case kTfLiteInt64: in EqualEval()
227 case kTfLiteInt64: in NotEqualEval()
273 case kTfLiteInt64: in GreaterEval()
314 case kTfLiteInt64: in GreaterEqualEval()
355 case kTfLiteInt64: in LessEval()
396 case kTfLiteInt64: in LessEqualEval()
Dcumsum.cc42 input->type == kTfLiteInt64); in Prepare()
78 case kTfLiteInt64: { in Eval()
Dsplit_v.cc76 } else if (size_splits->type == kTfLiteInt64) { in ResizeOutputTensors()
137 input_type == kTfLiteInt64 || input_type == kTfLiteInt8); in Prepare()
199 case kTfLiteInt64: { in Eval()
/external/tensorflow/tensorflow/lite/micro/kernels/
Dgather.cc51 case kTfLiteInt64: in Prepare()
70 case kTfLiteInt64: in Prepare()
161 case kTfLiteInt64: in Eval()
173 if (positions->type == kTfLiteInt64) { in Eval()
185 case kTfLiteInt64: in Eval()
Dfloor_mod.cc61 if (type != kTfLiteInt32 && type != kTfLiteFloat32 && type != kTfLiteInt64) { in Prepare()
77 if (input2->type == kTfLiteInt32 || input2->type == kTfLiteInt64) { in EvalImpl()
121 case kTfLiteInt64: { in Eval()
/external/tensorflow/tensorflow/lite/kernels/hashtable/
Dhashtable_ops_test.cc93 case kTfLiteInt64: in ConvertTfLiteType()
382 interpreter_->SetTensorParametersReadWrite(kSizeTensorId, kTfLiteInt64, "", in AddTensors()
415 interpreter_->SetTensorParametersReadWrite(kSizeTwoTensorId, kTfLiteInt64, in AddTensors()
564 kTfLiteInt64, kTfLiteString, in TEST()
573 kTfLiteString, kTfLiteInt64, in TEST()
581 HashtableGraph<std::string, std::int64_t> graph(kTfLiteString, kTfLiteInt64); in TEST()
593 HashtableGraph<std::string, std::int64_t> graph(kTfLiteString, kTfLiteInt64); in TEST()
607 HashtableGraph<std::string, std::int64_t> graph(kTfLiteString, kTfLiteInt64); in TEST()
625 HashtableGraph<std::string, std::int64_t> graph(kTfLiteString, kTfLiteInt64); in TEST()
679 EXPECT_TRUE(hashtable->GetKeyType() == kTfLiteInt64); in TEST()
[all …]
Dhashtable_import.cc50 TF_LITE_ENSURE(context, (key_tensor->type == kTfLiteInt64 && in PrepareHashtableImport()
53 value_tensor->type == kTfLiteInt64)); in PrepareHashtableImport()
Dhashtable_find.cc57 TF_LITE_ENSURE(context, (key_tensor->type == kTfLiteInt64 && in PrepareHashtableFind()
60 output_tensor->type == kTfLiteInt64)); in PrepareHashtableFind()
Dhashtable.cc78 TF_LITE_ENSURE(context, (params->key_dtype == kTfLiteInt64 && in PrepareHashtable()
81 params->value_dtype == kTfLiteInt64)); in PrepareHashtable()
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ragged/
Dragged_tensor_to_tensor_tflite.cc92 case kTfLiteInt64: in GetFirstDimensionSize()
130 case kTfLiteInt64: { in TensorShapeFromTensor()
165 case kTfLiteInt64: in GetMaxWidthValueRowID()
196 case kTfLiteInt64: in GetMaxWidthRowSplit()
347 case kTfLiteInt64: in CalculateOutputIndexValueRowID()
392 case kTfLiteInt64: in CalculateOutputIndexRowSplit()
535 case kTfLiteInt64: in SetOutput()
599 if (input_shape.type != kTfLiteInt32 && input_shape.type != kTfLiteInt64) { in Prepare()
/external/tensorflow/tensorflow/lite/delegates/flex/
Dutil.cc77 case kTfLiteInt64: in GetTensorFlowDataType()
113 return kTfLiteInt64; in GetTensorFlowLiteType()
/external/tensorflow/tensorflow/lite/experimental/resource/
Dstatic_hashtable.cc85 if (key_type == kTfLiteInt64 && value_type == kTfLiteString) { in CreateStaticHashtable()
87 } else if (key_type == kTfLiteString && value_type == kTfLiteInt64) { in CreateStaticHashtable()
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dtflite_driver.cc183 case kTfLiteInt64: in Check()
287 case kTfLiteInt64: { in SetInput()
329 case kTfLiteInt64: in SetExpectation()
397 case kTfLiteInt64: in ReadOutput()
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dnumpy.cc53 case kTfLiteInt64: in TfLiteTypeToPyArrayType()
94 return kTfLiteInt64; in TfLiteTypeFromPyType()

1234