Searched defs:input_vector (Results 1 – 14 of 14) sorted by relevance
| /external/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
| D | compute_task_descriptor.cc | 34 const std::vector<float>& input_vector, in GetByteBufferConverted() 53 const std::vector<float>& input_vector, in GetByteBufferConvertedResized()
|
| D | compute_task_descriptor.h | 118 std::vector<uint8_t> GetByteBuffer(const std::vector<T>& input_vector) { in GetByteBuffer()
|
| D | compiled_model.cc | 557 const CompiledModel& input_vector, in ValidateOptimizeModel()
|
| /external/tensorflow/tensorflow/compiler/xla/tests/ |
| D | reverse_test.cc | 82 std::vector<float> input_vector( in TEST_P() local
|
| D | reduce_window_test.cc | 505 std::vector<float> input_vector(128 * 9, 1); in XLA_TEST_P() local 516 std::vector<float> input_vector{ in XLA_TEST_P() local 533 std::vector<float> input_vector{ in XLA_TEST_P() local 1427 std::vector<float> input_vector(param.base_bounds[0]); in XLA_TEST_P() local
|
| /external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
| D | neon_tensor_utils.h | 230 void ReductionSumVector(const float* input_vector, float* output_vector, in ReductionSumVector() 236 void ReductionSumVector(const int32_t* input_vector, int32_t* output_vector, in ReductionSumVector() 242 void MeanStddevNormalization(const float* input_vector, float* output_vector, in MeanStddevNormalization()
|
| D | sse_tensor_utils.h | 239 void ReductionSumVector(const float* input_vector, float* output_vector, in ReductionSumVector() 245 void ReductionSumVector(const int32_t* input_vector, int32_t* output_vector, in ReductionSumVector() 251 void MeanStddevNormalization(const float* input_vector, float* output_vector, in MeanStddevNormalization()
|
| D | neon_tensor_utils.cc | 2303 void NeonReductionSumVector(const float* input_vector, float* output_vector, in NeonReductionSumVector()
|
| /external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
| D | portable_tensor_utils.h | 234 void ReductionSumVector(const float* input_vector, float* output_vector, in ReductionSumVector() 240 void ReductionSumVector(const int32_t* input_vector, int32_t* output_vector, in ReductionSumVector() 246 void MeanStddevNormalization(const float* input_vector, float* output_vector, in MeanStddevNormalization()
|
| D | portable_tensor_utils.cc | 573 void PortableReductionSumVector(const float* input_vector, float* output_vector, in PortableReductionSumVector() 583 void PortableReductionSumVector(const int32_t* input_vector, in PortableReductionSumVector() 594 void PortableMeanStddevNormalization(const float* input_vector, in PortableMeanStddevNormalization()
|
| /external/tensorflow/tensorflow/compiler/xrt/kernels/ |
| D | xrt_state_ops.h | 75 std::vector<XRTTupleAllocation::ExpandedTupleInput>* input_vector, in ParseTupleNode() 127 std::vector<XRTTupleAllocation::ExpandedTupleInput>* input_vector, in ParseTupleTree()
|
| /external/webrtc/webrtc/modules/audio_coding/neteq/ |
| D | merge.cc | 55 AudioMultiVector input_vector(num_channels_); in Process() local
|
| /external/tensorflow/tensorflow/core/distributed_runtime/eager/ |
| D | remote_copy_node.cc | 104 gtl::InlinedVector<TensorValue, 4> input_vector(1); in RunLocalSend() local
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| D | executor.cc | 2417 const int node_id, const Entry* input_vector, in DumpPendingNodeState() 2451 const Entry* input_vector) { in DumpActiveNodeState()
|