Home
last modified time | relevance | path

Searched defs:tensor_idx (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/optimize/calibration/
Dcalibrator_test.cc104 for (int tensor_idx = 0; tensor_idx < 4; tensor_idx++) { in TEST() local
163 for (int tensor_idx = 0; tensor_idx < 7; tensor_idx++) { in TEST() local
180 for (int tensor_idx = 1; tensor_idx < 5; tensor_idx++) { in TEST() local
/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_weights.cc51 int32_t tensor_idx) { in GetTensorConsumers()
130 int32_t tensor_idx = op->inputs[op_input_idx]; in CheckAllOpInputsQuantized() local
157 int32_t tensor_idx = op->inputs[op_input_idx]; in InsertQuantizableInputTensorsFromOperator() local
288 const int32_t tensor_idx = tensor_pair.first; in QuantizeWeightsInternal() local
Dquantize_weights_test.cc73 bool IsModelInputOrOutput(const Model* model, uint32_t tensor_idx) { in IsModelInputOrOutput()
93 uint32_t tensor_idx, in GetProducerOpCode()
Dsubgraph_quantizer.cc197 BuiltinOperator op_code, int32_t tensor_idx) { in AsymmetricQuantizeTensor()
/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op_gpu.h233 const int tensor_idx = thread_pix * in_depth + thread_depth; in DepthwiseConv2dGPUKernelNHWCSmall() local
516 const int tensor_idx = thread_depth * in_pixels + thread_pix; in DepthwiseConv2dGPUKernelNCHWSmall() local
Dsparse_conditional_accumulator.h87 const Tensor* tensor_idx = std::get<0>(*tensor); in ValidateShape() local