Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dreverse_test.cc82 std::vector<float> input_vector( in TEST_P() local
Dreduce_window_test.cc482 std::vector<float> input_vector(128 * 9, 1); in XLA_TEST_P() local
493 std::vector<float> input_vector{ in XLA_TEST_P() local
510 std::vector<float> input_vector{ in XLA_TEST_P() local
1355 std::vector<float> input_vector(param.base_bounds[0]); in TEST_P() local
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_state_ops.h71 std::vector<XRTTupleAllocation::ExpandedTupleInput>* input_vector, in ParseTupleNode()
123 std::vector<XRTTupleAllocation::ExpandedTupleInput>* input_vector, in ParseTupleTree()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.h158 void ReductionSumVector(const float* input_vector, float* output_vector, in ReductionSumVector()
164 void MeanStddevNormalization(const float* input_vector, float* output_vector, in MeanStddevNormalization()
Dneon_tensor_utils.cc999 void NeonReductionSumVector(const float* input_vector, float* output_vector, in NeonReductionSumVector()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dportable_tensor_utils.h279 void ReductionSumVector(const float* input_vector, float* output_vector, in ReductionSumVector()
285 void MeanStddevNormalization(const float* input_vector, float* output_vector, in MeanStddevNormalization()
Dportable_tensor_utils.cc313 void PortableReductionSumVector(const float* input_vector, float* output_vector, in PortableReductionSumVector()
323 void PortableMeanStddevNormalization(const float* input_vector, in PortableMeanStddevNormalization()
/external/perf_data_converter/src/quipper/
Dbuffer_reader_test.cc201 std::vector<char> input_vector(input.begin(), input.end()); in TEST() local
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dmerge.cc55 AudioMultiVector input_vector(num_channels_); in Process() local
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device.cc339 std::vector<Tensor> input_vector; in Run() local
Dexecute.cc934 gtl::InlinedVector<TensorValue, 4> input_vector(op_inputs.size()); in EagerKernelExecute() local
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc2322 const int node_id, const Entry* input_vector, in DumpPendingNodeState()
2357 const Entry* input_vector) { in DumpActiveNodeState()