Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/lite/kernels/
Dif_test.cc93 EXPECT_TRUE(IsDynamicTensor(output)); in TEST_F()
102 EXPECT_TRUE(IsDynamicTensor(output)); in TEST_F()
Dtranspose_conv.cc188 if (IsDynamicTensor(output)) { in Eval()
192 if (IsDynamicTensor(im2col)) { in Eval()
Dwhile.cc143 if (IsDynamicTensor(cond_output)) { in Prepare()
166 TF_LITE_ENSURE(context, !IsDynamicTensor(body_output)); in Prepare()
Dwhere.cc85 if (IsDynamicTensor(output)) { in Eval()
Dexpand_dims.cc94 if (IsDynamicTensor(output)) { in Eval()
Dfill.cc101 if (IsDynamicTensor(output)) { in Eval()
Dreduce.cc279 if (IsDynamicTensor(op_context.output)) { in EvalMean()
408 if (IsDynamicTensor(op_context->output)) { in EvalLogic()
536 if (IsDynamicTensor(op_context.output)) { in EvalSum()
Dtranspose.cc91 if (IsDynamicTensor(op_context.output)) { in Eval()
Dresize_bilinear.cc85 if (IsDynamicTensor(output)) { in Eval()
Dkernel_util.h75 inline bool IsDynamicTensor(const TfLiteTensor* tensor) { in IsDynamicTensor() function
Dreshape.cc137 if (IsDynamicTensor(output)) { in Eval()
Dresize_nearest_neighbor.cc83 if (IsDynamicTensor(output)) { in Eval()
Dbatch_to_space_nd.cc123 if (IsDynamicTensor(op_context.output)) { in Eval()
Drange.cc139 if (IsDynamicTensor(output)) { in Eval()
Dspace_to_batch_nd.cc112 if (IsDynamicTensor(op_context.output)) { in Eval()
Darg_min_max.cc119 if (IsDynamicTensor(output)) { in Eval()
Done_hot.cc161 if (IsDynamicTensor(op_context.output)) { in Eval()
Dtile.cc168 if (IsDynamicTensor(output)) { in Eval()
Dif.cc163 if (IsDynamicTensor(output)) { in Eval()
Dslice.cc142 if (IsDynamicTensor(output)) { in Eval()
Dmirror_pad.cc168 if (IsDynamicTensor(output_tensor)) { in Eval()
Dsparse_to_dense.cc200 if (IsDynamicTensor(output)) { in SparseToDenseImpl()
Dstrided_slice.cc182 if (IsDynamicTensor(op_context.output)) { in Eval()
Dtopk_v2.cc188 if (IsDynamicTensor(output_values)) { in Eval()
/external/libtextclassifier/utils/tflite/
Ddist_diversification.cc113 if (tflite::IsDynamicTensor(&output_indices)) { in Eval()

12