Home
last modified time | relevance | path

Searched refs:final_result (Results 1 – 9 of 9) sorted by relevance

/external/autotest/server/cros/network/
Dnetperf_session.py109 final_result = None
127 final_result = self._from_samples(history)
128 if final_result.all_deviations_less_than_fraction(
132 if final_result is None:
133 final_result = self._from_samples(history)
134 logging.info('Took averaged measurement %r.', final_result)
/external/wpa_supplicant_8/src/eap_server/
Deap_server_fast.c45 int final_result; member
609 data->final_result = 0; in eap_fast_build_crypto_binding()
611 data->final_result = 1; in eap_fast_build_crypto_binding()
613 if (!data->final_result || data->eap_seq > 1) { in eap_fast_build_crypto_binding()
625 if (data->final_result) { in eap_fast_build_crypto_binding()
1308 if (data->final_result && in eap_fast_process_phase2_tlvs()
1316 if (!data->final_result && in eap_fast_process_phase2_tlvs()
1332 if (data->final_result) { in eap_fast_process_phase2_tlvs()
1370 } else if (data->final_result) in eap_fast_process_phase2_tlvs()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc277 absl::optional<ScopedShapedBuffer> final_result; in ReplayComputation() local
300 final_result = std::move(result); in ReplayComputation()
305 client->ShapedBufferToLiteral(*final_result)); in ReplayComputation()
/external/autotest/site_utils/
Dtest_runner_utils.py836 final_result = generate_report(
848 final_result = final_result or 1
852 return final_result
/external/tensorflow/tensorflow/python/ops/
Dembedding_ops.py813 final_result = array_ops.reshape(
821 final_result.set_shape(tensor_shape.unknown_shape(
824 return final_result
/external/mesa3d/src/vulkan/wsi/
Dwsi_common.c677 VkResult final_result = VK_SUCCESS; in wsi_common_queue_present() local
770 if (final_result == VK_SUCCESS) in wsi_common_queue_present()
771 final_result = result; in wsi_common_queue_present()
774 return final_result; in wsi_common_queue_present()
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dembedding_ops.py177 final_result = array_ops.reshape(
185 final_result.set_shape(tensor_shape.unknown_shape(
187 return final_result
/external/tensorflow/tensorflow/contrib/pi_examples/
DREADME.md39 … TensorFlow for Poets tutorial using `--graph=your_graph.pb --input=Mul:0 --output=final_result:0`.
/external/libchrome/base/
Dbind_unittest.cc1085 MoveOnlyVector final_result = unbound_cb.Run(std::move(intermediate_result)); in TEST_F() local
1086 VerifyVector(final_result); in TEST_F()