Home
last modified time | relevance | path

Searched refs:IsConstantTensor (Results 1 – 25 of 30) sorted by relevance

12

/external/tensorflow/tensorflow/lite/kernels/
Ddequantize.cc67 if (IsConstantTensor(op_context.input)) { in Prepare()
77 if (IsConstantTensor(op_context.input) && in Eval()
105 if (IsConstantTensor(op_context.input)) { in Eval()
Dsplit_v.cc140 if (IsConstantTensor(op_context.size_splits) && in Prepare()
141 IsConstantTensor(op_context.axis)) { in Prepare()
154 if (!IsConstantTensor(op_context.axis) || in Eval()
155 !IsConstantTensor(op_context.size_splits)) { in Eval()
Drange.cc109 if (IsConstantTensor(start) && IsConstantTensor(limit) && in Prepare()
110 IsConstantTensor(delta)) { in Prepare()
Dstrided_slice.cc169 if (!(IsConstantTensor(op_context.begin) && in Prepare()
170 IsConstantTensor(op_context.end) && in Prepare()
171 IsConstantTensor(op_context.strides))) { in Prepare()
Dsplit.cc89 if (IsConstantTensor(op_context.axis)) { in Prepare()
102 if (!IsConstantTensor(op_context.axis)) { in Eval()
Dbatch_to_space_nd.cc110 if (!IsConstantTensor(op_context.block_shape) || in Prepare()
111 !IsConstantTensor(op_context.crops)) { in Prepare()
Dspace_to_batch_nd.cc99 if (!IsConstantTensor(op_context.block_shape) || in Prepare()
100 !IsConstantTensor(op_context.paddings)) { in Prepare()
Dslice.cc127 if (!(IsConstantTensor(begin) && IsConstantTensor(size))) { in Prepare()
Dwhere.cc73 if (!IsConstantTensor(cond_tensor)) { in Prepare()
Dpad.cc53 if (IsConstantTensor(paddings) && paddings_total == 8 && in PadContext()
112 if (!IsConstantTensor(op_context.paddings)) { in Prepare()
Dexpand_dims.cc79 if (IsConstantTensor(axis)) { in Prepare()
Dfill.cc88 if (IsConstantTensor(dims)) { in Prepare()
Dtranspose.cc79 if (!IsConstantTensor(op_context.perm)) { in Prepare()
Dresize_bilinear.cc69 if (!IsConstantTensor(size)) { in Prepare()
Dkernel_util.h69 inline bool IsConstantTensor(const TfLiteTensor* tensor) { in IsConstantTensor() function
Dreshape.cc120 IsConstantTensor(GetInput(context, node, kShapeTensor))) { in Prepare()
Dresize_nearest_neighbor.cc67 if (!IsConstantTensor(size)) { in Prepare()
Darg_min_max.cc97 if (IsConstantTensor(axis)) { in Prepare()
Done_hot.cc150 if (!IsConstantTensor(op_context.depth)) { in Prepare()
Dtile.cc155 if (IsConstantTensor(multipliers)) { in Prepare()
Dtranspose_conv.cc161 if (!IsConstantTensor(output_shape)) { in Prepare()
/external/libtextclassifier/utils/tflite/
Dtoken_encoder.cc105 if (tflite::IsConstantTensor(&output_length)) { in Prepare()
129 if (!tflite::IsConstantTensor(&output_length)) { in Eval()
Ddist_diversification.cc94 if (tflite::IsConstantTensor(&num_results)) { in Prepare()
/external/tensorflow/tensorflow/lite/tools/
Dverifier.cc183 bool IsConstantTensor(const Tensor& tensor, const Model& model) { in IsConstantTensor() function
201 if (IsConstantTensor(*tensor, model)) { in VerifySubGraphConsistency()
/external/tensorflow/tensorflow/lite/delegates/flex/
Dkernel.cc467 if (IsConstantTensor(tensor)) { in Prepare()
520 if (!IsConstantTensor(tensor)) { in Eval()

12