Searched refs:final_result (Results 1 – 9 of 9) sorted by relevance
109 final_result = None127 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)
45 int final_result; member609 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()
277 absl::optional<ScopedShapedBuffer> final_result; in ReplayComputation() local300 final_result = std::move(result); in ReplayComputation()305 client->ShapedBufferToLiteral(*final_result)); in ReplayComputation()
836 final_result = generate_report(848 final_result = final_result or 1852 return final_result
813 final_result = array_ops.reshape(821 final_result.set_shape(tensor_shape.unknown_shape(824 return final_result
677 VkResult final_result = VK_SUCCESS; in wsi_common_queue_present() local770 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()
177 final_result = array_ops.reshape(185 final_result.set_shape(tensor_shape.unknown_shape(187 return final_result
39 … TensorFlow for Poets tutorial using `--graph=your_graph.pb --input=Mul:0 --output=final_result:0`.
1085 MoveOnlyVector final_result = unbound_cb.Run(std::move(intermediate_result)); in TEST_F() local1086 VerifyVector(final_result); in TEST_F()