/external/libtextclassifier/native/utils/ |
D | tflite-model-executor.h | 70 void SetInput(const int input_index, const TensorView<T>& input_data, in SetInput() 77 void SetInput(const int input_index, const std::vector<T>& input_data, in SetInput() 84 void SetInput(const int input_index, const T input_value, in SetInput()
|
D | tflite-model-executor.cc | 248 void TfLiteModelExecutor::SetInput(const int input_index, in SetInput()
|
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/ |
D | parse_testdata.cc | 137 for (int input_index = 0; input_index < inputs; input_index++) { in ParseExamples() local 145 for (int input_index = 0; input_index < outputs; input_index++) { in ParseExamples() local 158 int input_index = interpreter->inputs()[i]; in FeedExample() local 166 int input_index = interpreter->inputs()[i]; in FeedExample() local
|
/external/tensorflow/tensorflow/lite/testing/ |
D | parse_testdata.cc | 134 for (int input_index = 0; input_index < inputs; input_index++) { in ParseExamples() local 142 for (int input_index = 0; input_index < outputs; input_index++) { in ParseExamples() local 155 int input_index = interpreter->inputs()[i]; in FeedExample() local 163 int input_index = interpreter->inputs()[i]; in FeedExample() local
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | propagate_fake_quant_num_bits.cc | 124 bool DoesOpInputBlockBackwardPropagation(const Operator& op, int input_index) { in DoesOpInputBlockBackwardPropagation() 152 for (int input_index = 0; input_index < op->inputs.size(); ++input_index) { in RecursivelyBackwardPropagateDataType() local
|
D | remove_trivial_passthrough.cc | 72 int input_index) { in RemoveTrivialPassthroughOp()
|
D | quantize.cc | 226 std::size_t input_index, ArrayDataType* quantized_data_type, in ChooseQuantizationForOperatorInput() 566 for (std::size_t input_index = 0; input_index < op.inputs.size(); in Run() local
|
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/ |
D | Interpreter.cs | 119 int input_index); in TfLiteInterpreterGetInputTensor() 124 int input_index, in TfLiteInterpreterResizeInputTensor()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | prelu.h | 48 int input_index = SubscriptToIndex(desc1, b, y, x, c); in BroadcastPrelu4DSlow() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | tf2xla.cc | 115 int64 input_index = xla_args.size() - config.variable_size(); in ConvertGraphToXla() local
|
D | xla_compiler.h | 232 int input_index; member 241 int input_index; member
|
/external/tensorflow/tensorflow/core/kernels/ |
D | dynamic_stitch_op_gpu.cu.cc | 42 const int32 input_index = data_indices[slice_id]; in DynamicStitchKernel() local
|
D | quantized_batch_norm_op.cc | 55 const int input_index = (row_index * depth) + channel; in ReferenceBatchNorm() local 148 const int input_index = (row_index * depth) + channel; in FixedPointBatchNorm() local
|
D | ops_testutil.cc | 180 TensorValue OpsTestBase::mutable_input(int input_index) { in mutable_input()
|
D | deep_conv2d_test.cc | 30 const int input_index = k * cols + l; in ComputeKroneckerProduct() local
|
D | scale_and_translate_op.cc | 137 int input_index = starts_vec(output_index); in ComputeGradSpansCore() local 169 for (int input_index = 0; input_index < forward_input_size; ++input_index) { in ComputeGradSpansCore() local 250 void GetValues(OpKernelContext* context, int input_index, float* v_1, in GetValues()
|
/external/v8/src/compiler/ |
D | node.h | 186 int input_index() const { return InputIndexField::decode(bit_field_); } in input_index() function 254 ZoneNodePtr const* GetInputPtrConst(int input_index) const { in GetInputPtrConst() 258 ZoneNodePtr* GetInputPtr(int input_index) { in GetInputPtr() 262 Use* GetUsePtr(int input_index) { in GetUsePtr()
|
D | int64-lowering.h | 82 int input_index; member
|
D | simd-scalar-lowering.h | 60 int input_index; member
|
D | graph-reducer.h | 158 int input_index; in NON_EXPORTED_BASE() member
|
/external/tensorflow/tensorflow/lite/c/ |
D | c_api.cc | 152 const TfLiteInterpreter* interpreter, int32_t input_index) { in TfLiteInterpreterGetInputTensor() 157 int32_t input_index, in TfLiteInterpreterResizeInputTensor()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | optimize_input_output_buffer_alias.cc | 79 const ShapeIndex& input_index = entry.index; in Build() local
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/ |
D | tensorrt_test.cc | 106 const int input_index = engine.getBindingIndex(kInputTensor); in Execute() local
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | promote_resources_to_args.cc | 53 int64_t input_index; member
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | elemental_ir_emitter.cc | 408 IrArray::Index input_index(input_multi_index, operand->shape(), in MakeElementGenerator() local 450 llvm_ir::IrArray::Index input_index( in MakeElementGenerator() local
|