HomeSort by relevance Sort by last modified time
    Searched refs:SetTensorToDynamic (Results 1 - 10 of 10) sorted by null

  /external/tensorflow/tensorflow/contrib/lite/kernels/
kernel_util.h 67 inline void SetTensorToDynamic(TfLiteTensor* tensor) {
mean.cc 165 SetTensorToDynamic(op_context.output);
166 SetTensorToDynamic(resolved_axis);
batch_to_space_nd.cc 106 SetTensorToDynamic(op_context.output);
pad.cc 91 SetTensorToDynamic(op_context.output);
resize_bilinear.cc 70 SetTensorToDynamic(output);
space_to_batch_nd.cc 101 SetTensorToDynamic(op_context.output);
split.cc 43 SetTensorToDynamic(GetOutput(context, node, i));
transpose.cc 80 SetTensorToDynamic(op_context.output);
topk_v2.cc 178 SetTensorToDynamic(output_indexes);
179 SetTensorToDynamic(output_values);
strided_slice.cc 172 SetTensorToDynamic(op_context.output);

Completed in 689 milliseconds