Home
last modified time | relevance | path

Searched defs:input_vector (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dcompute_task_descriptor.cc34 const std::vector<float>& input_vector, in GetByteBufferConverted()
53 const std::vector<float>& input_vector, in GetByteBufferConvertedResized()
Dcompute_task_descriptor.h118 std::vector<uint8_t> GetByteBuffer(const std::vector<T>& input_vector) { in GetByteBuffer()
Dcompiled_model.cc557 const CompiledModel& input_vector, in ValidateOptimizeModel()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dreverse_test.cc82 std::vector<float> input_vector( in TEST_P() local
Dreduce_window_test.cc505 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/
Dneon_tensor_utils.h230 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()
Dsse_tensor_utils.h239 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()
Dneon_tensor_utils.cc2303 void NeonReductionSumVector(const float* input_vector, float* output_vector, in NeonReductionSumVector()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dportable_tensor_utils.h234 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()
Dportable_tensor_utils.cc573 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/
Dxrt_state_ops.h75 std::vector<XRTTupleAllocation::ExpandedTupleInput>* input_vector, in ParseTupleNode()
127 std::vector<XRTTupleAllocation::ExpandedTupleInput>* input_vector, in ParseTupleTree()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dmerge.cc55 AudioMultiVector input_vector(num_channels_); in Process() local
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_copy_node.cc104 gtl::InlinedVector<TensorValue, 4> input_vector(1); in RunLocalSend() local
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc2417 const int node_id, const Entry* input_vector, in DumpPendingNodeState()
2451 const Entry* input_vector) { in DumpActiveNodeState()