/external/tensorflow/tensorflow/compiler/mlir/lite/tests/mlir2exec/ |
D | tfl_while_op.mlir | 12 // CHECK: Tensor 0 pconst kTfLiteInt32 kTfLiteMmapRo 4 bytes 13 // CHECK-NEXT: Tensor 1 N kTfLiteInt32 kTfLiteMmapRo 4 bytes 14 // CHECK-NEXT: Tensor 2 val kTfLiteFloat32 kTfLiteMmapRo 4 bytes
|
/external/tensorflow/tensorflow/lite/delegates/hexagon/ |
D | hexagon_delegate_kernel.cc | 104 if (tensor->allocation_type != kTfLiteMmapRo) { in Eval() 129 if (tensor->allocation_type != kTfLiteMmapRo) { in Eval() 223 if (tensor->allocation_type != kTfLiteMmapRo && tensor->dims->size > 4) { in Prepare() 266 if (input_tensor.allocation_type == kTfLiteMmapRo) { in BuildGraph()
|
/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | pad_test.cc | 109 tensors[1].allocation_type = kTfLiteMmapRo; in TestPadFloat() 137 tensors[1].allocation_type = kTfLiteMmapRo; in TestPadV2Float() 167 tensors[1].allocation_type = kTfLiteMmapRo; in TestPadQuantized() 208 tensors[1].allocation_type = kTfLiteMmapRo; in TestPadV2Quantized()
|
D | split_test.cc | 50 tensors[0].allocation_type = kTfLiteMmapRo; in TestSplitTwoOutputsFloat() 114 tensors[0].allocation_type = kTfLiteMmapRo; in TestSplitFourOutputsFloat() 179 tensors[0].allocation_type = kTfLiteMmapRo; in TestSplitTwoOutputsQuantized() 234 tensors[0].allocation_type = kTfLiteMmapRo; in TestSplitTwoOutputsQuantized32()
|
D | split_v_test.cc | 74 tensors[2].allocation_type = kTfLiteMmapRo; in TestSplitVFloat() 75 tensors[1].allocation_type = kTfLiteMmapRo; in TestSplitVFloat()
|
D | resize_nearest_neighbor_test.cc | 66 tensors[1].allocation_type = kTfLiteMmapRo; in TestResizeNearestNeighbor()
|
/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
D | README.md | 174 * Both filter and bias must be static (use `kTfLiteMmapRo` allocation type). 187 * Both filter and bias must be static (use `kTfLiteMmapRo` allocation type). 205 * Both filter and bias must be static (use `kTfLiteMmapRo` allocation type). 241 (use `kTfLiteMmapRo` allocation type). 264 (use `kTfLiteMmapRo` allocation type). 270 * Slope must be static (use `kTfLiteMmapRo` allocation type). 290 static (use `kTfLiteMmapRo` allocation type), or absent (with the new shape 298 static (use `kTfLiteMmapRo` allocation type).
|
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/ |
D | min_max_builder_test.cc | 50 input1_tensor->allocation_type = kTfLiteMmapRo; in MinMaxOpModel() 53 input2_tensor->allocation_type = kTfLiteMmapRo; in MinMaxOpModel()
|
D | matmul_test.cc | 63 weights_tensor->allocation_type = kTfLiteMmapRo; in FullyConnectedOpModel() 67 bias_tensor->allocation_type = kTfLiteMmapRo; in FullyConnectedOpModel()
|
D | transpose_conv_test.cc | 94 bias_tensor->allocation_type = kTfLiteMmapRo; in SetBias()
|
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/ |
D | transpose_conv_2d_builder.cc | 50 if (weights_tensor.allocation_type != kTfLiteMmapRo) { in PopulateSubGraph() 142 if (bias_tensor.allocation_type != kTfLiteMmapRo) { in PopulateSubGraph()
|
D | pad_builder.cc | 42 if (padding_tensor.allocation_type == kTfLiteMmapRo) { in PopulateSubGraph()
|
D | resize_nearest_neighbor_builder.cc | 39 if (output_dim_tensor.allocation_type == kTfLiteMmapRo) { in PopulateSubGraph()
|
D | arg_min_max_builder.cc | 41 if (axis.allocation_type != kTfLiteMmapRo) { in PopulateSubGraph()
|
D | split_builder.cc | 37 if (axis.allocation_type != kTfLiteMmapRo) { in PopulateSubGraph()
|
D | reshape_builder.cc | 68 if (shape_tensor->allocation_type != kTfLiteMmapRo && is_shape_tensor) { in PopulateSubGraph()
|
D | reduce_builder.cc | 41 if (axes_tensor.allocation_type == kTfLiteMmapRo) { in PopulateSubGraph()
|
D | op_builder.cc | 100 if (weights_tensor.allocation_type == kTfLiteMmapRo) in CreateOpBuilderFromTfLiteOp() 281 if (tensor.allocation_type == kTfLiteMmapRo) continue; in AddInputTensors()
|
/external/tensorflow/tensorflow/lite/ |
D | optional_debug_tools.cc | 90 case kTfLiteMmapRo: in AllocTypeName()
|
/external/tensorflow/tensorflow/lite/delegates/coreml/builders/ |
D | util_test.cc | 94 tensors_[1].allocation_type = kTfLiteMmapRo; in TEST_F()
|
D | reshape_op_builder.cc | 131 if (shape->allocation_type != kTfLiteMmapRo) { in IsReshapeOpSupported()
|
/external/tensorflow/tensorflow/lite/tools/serialization/ |
D | writer_lib.cc | 194 if (tensor->allocation_type == kTfLiteMmapRo) { in ExportTensors() 350 if (tensor->allocation_type == kTfLiteMmapRo) { in CheckInputOutput() 371 if (tensor->allocation_type == kTfLiteMmapRo) { in CheckInputOutput()
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate.cc | 1408 if (tensor->allocation_type == kTfLiteMmapRo) { in AddTensor() 1714 axis_tensor.allocation_type == kTfLiteMmapRo && in Validate() 1905 kTfLiteMmapRo, in Validate() 1937 kTfLiteMmapRo, in Validate() 1974 kTfLiteMmapRo, in Validate() 2228 kTfLiteMmapRo), in Validate() 2270 kTfLiteMmapRo) && in Validate() 2272 kTfLiteMmapRo), in Validate() 2369 .allocation_type == kTfLiteMmapRo; in Validate() 2448 Expect(operand0.allocation_type == kTfLiteMmapRo, in Validate() [all …]
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | model_builder_test.cc | 254 tensor0->allocation_type = kTfLiteMmapRo; in InterpreterFp16() 255 tensor2->allocation_type = kTfLiteMmapRo; in InterpreterFp16() 876 tensor0->allocation_type = kTfLiteMmapRo; in InterpreterMultiNode() 877 tensor1->allocation_type = kTfLiteMmapRo; in InterpreterMultiNode() 878 tensor2->allocation_type = kTfLiteMmapRo; in InterpreterMultiNode()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | kernel_util.h | 179 return tensor->allocation_type == kTfLiteMmapRo; in IsConstantTensor()
|