/external/libtextclassifier/utils/ |
D | tflite-model-executor.h | 68 void SetInput(const int input_index, const TensorView<T>& input_data, in SetInput() 75 void SetInput(const int input_index, const std::vector<T>& input_data, in SetInput() 82 void SetInput(const int input_index, const T input_value, in SetInput()
|
D | tflite-model-executor.cc | 213 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 | 128 bool DoesOpInputBlockBackwardPropagation(const Operator& op, int input_index) { in DoesOpInputBlockBackwardPropagation() 156 for (int input_index = 0; input_index < op->inputs.size(); ++input_index) { in RecursivelyBackwardPropagateDataType() local
|
D | remove_trivial_passthrough.cc | 66 int input_index) { in RemoveTrivialPassthroughOp()
|
D | quantize.cc | 185 std::size_t input_index, ArrayDataType* quantized_data_type, in ChooseQuantizationForOperatorInput() 524 for (std::size_t input_index = 0; input_index < op.inputs.size(); in Run() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | ops_testutil.h | 188 const Tensor& GetInput(int input_index) const { in GetInput() 194 TensorValue mutable_input(int input_index) { in mutable_input()
|
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
|
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/ |
D | Interpreter.cs | 119 int input_index); in TFL_InterpreterGetInputTensor() 124 int input_index, in TFL_InterpreterResizeInputTensor()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | optimize_input_output_buffer_alias.cc | 72 const ShapeIndex& input_index = it->second.front(); in Build() local
|
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/ |
D | scatter_add_ndim_op.cc | 99 const int32 input_index = start_index + offset; in Compute() local
|
D | tree_utils.h | 212 int32 GetNumSparseFeatures(const T1& indices, int32 input_index, in GetNumSparseFeatures()
|
/external/v8/src/compiler/ |
D | node.h | 185 int input_index() const { return InputIndexField::decode(bit_field_); } in input_index() function 241 Node* const* GetInputPtrConst(int input_index) const { in GetInputPtrConst() 245 Node** GetInputPtr(int input_index) { in GetInputPtr() 249 Use* GetUsePtr(int input_index) { in GetUsePtr()
|
D | int64-lowering.h | 67 int input_index; member
|
D | simd-scalar-lowering.h | 52 int input_index; member
|
D | graph-reducer.h | 148 int input_index; in NON_EXPORTED_BASE() member
|
/external/tensorflow/tensorflow/lite/experimental/c/ |
D | c_api.cc | 135 int32_t input_index) { in TFL_InterpreterGetInputTensor() 140 int32_t input_index, in TFL_InterpreterResizeInputTensor()
|
/external/tensorflow/tensorflow/compiler/xrt/ |
D | xrt.proto | 81 int32 input_index = 1; field
|
/external/tensorflow/tensorflow/python/ops/ |
D | special_math_ops.py | 343 def sort_key(input_index, a): argument
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | functions.h | 128 int input_index; // Index of a tensor in the function input argument member
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/ |
D | tensorrt_test.cc | 106 const int input_index = engine.getBindingIndex(kInputTensor); in Execute() local
|
/external/tensorflow/tensorflow/lite/python/ |
D | interpreter.py | 189 def resize_tensor_input(self, input_index, tensor_size): argument
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_compiler.h | 225 int input_index; member 231 int input_index; member
|