/external/tensorflow/tensorflow/python/client/ |
D | session_partial_run_test.py | 44 def RunTestPartialRun(self, sess): argument 66 def RunTestPartialRunIncomplete(self, sess): argument 77 def RunTestConcurrentPartialRun(self, sess): argument 94 def RunTestManyPartialRun(self, sess): argument 116 def RunTestRunAndPartialRun(self, sess): argument 125 def RunTestPartialRunMissingPlaceholderFeedException(self, sess): argument 133 def RunTestPartialRunUnspecifiedFeed(self, sess): argument 144 def RunTestPartialRunUnspecifiedFetch(self, sess): argument 156 def RunTestPartialRunAlreadyFed(self, sess): argument 169 def RunTestPartialRunAlreadyFetched(self, sess): argument [all …]
|
D | virtual_gpu_test.py | 126 sess, argument 159 def TestRandomGraph(self, sess, op_placement=None, random_seed=None): argument
|
/external/tensorflow/tensorflow/lite/testing/ |
D | generate_examples.py | 310 def build_inputs(parameters, sess, inputs, outputs): argument 635 def build_inputs(parameters, sess, inputs, outputs): argument 677 def build_inputs(parameters, sess, inputs, outputs): argument 703 def build_inputs(parameters, sess, inputs, outputs): argument 727 def build_inputs(parameters, sess, inputs, outputs): argument 753 def build_inputs(parameters, sess, inputs, outputs): argument 777 def build_inputs(parameters, sess, inputs, outputs): argument 813 def build_inputs(parameters, sess, inputs, outputs): argument 861 def build_inputs(parameters, sess, inputs, outputs): argument 905 def build_inputs(parameters, sess, inputs, outputs): argument [all …]
|
/external/tensorflow/tensorflow/cc/training/ |
D | queue_runner.cc | 88 Status QueueRunner::Start(Session* sess) { return Start(sess, 0); } in Start() 90 Status QueueRunner::StartAndCollectCostGraph(Session* sess, in StartAndCollectCostGraph() 96 Status QueueRunner::Start(Session* sess, int wait_for) { in Start() 129 void QueueRunner::Stop(Session* sess) { in Stop() 162 void QueueRunner::Run(Session* sess, const string& enqueue_op) { in Run() 226 Status QueueRunner::RealRun(Session* sess, const string& op, in RealRun()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | barrier_ops_test.py | 328 def take(sess, i, taken): argument 339 def insert(sess, i): argument 535 def take(sess, i, taken): argument 545 def insert(sess, i): argument 621 def take(sess, i, taken): argument 639 def insert_0(sess, i): argument 642 def insert_1(sess, i): argument
|
/external/tensorflow/tensorflow/python/training/ |
D | session_manager.py | 439 def _safe_close(self, sess): argument 457 def _model_ready(self, sess): argument 470 def _model_ready_for_local_init(self, sess): argument 485 def _try_run_local_init_op(self, sess): argument 509 def _ready(op, sess, msg): argument
|
D | queue_runner_impl.py | 239 def _run(self, sess, enqueue_op, coord=None): argument 285 def _close_on_stop(self, sess, cancel_op, coord): argument 301 def create_threads(self, sess, coord=None, daemon=False, start=False): argument 417 def start_queue_runners(sess=None, coord=None, daemon=True, start=True, argument
|
D | checkpoint_utils_test.py | 37 def _create_checkpoints(sess, checkpoint_dir): argument 56 def _create_partition_checkpoints(sess, checkpoint_dir): argument
|
D | supervisor.py | 640 def start_standard_services(self, sess): argument 744 def start_queue_runners(self, sess, queue_runners=None): argument 878 def summary_computed(self, sess, summary, global_step=None): argument 1020 def __init__(self, sv, sess): argument 1046 def __init__(self, sv, sess, step_counter=None): argument 1094 def __init__(self, sv, sess): argument
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_eke_common.c | 303 int eap_eke_derive_key(struct eap_eke_session *sess, in eap_eke_derive_key() 342 int eap_eke_dhcomp(struct eap_eke_session *sess, const u8 *key, const u8 *dhpub, in eap_eke_dhcomp() 377 int eap_eke_shared_secret(struct eap_eke_session *sess, const u8 *key, in eap_eke_shared_secret() 422 int eap_eke_derive_ke_ki(struct eap_eke_session *sess, in eap_eke_derive_ke_ki() 476 int eap_eke_derive_ka(struct eap_eke_session *sess, in eap_eke_derive_ka() 521 int eap_eke_derive_msk(struct eap_eke_session *sess, in eap_eke_derive_msk() 583 int eap_eke_prot(struct eap_eke_session *sess, in eap_eke_prot() 637 int eap_eke_decrypt_prot(struct eap_eke_session *sess, in eap_eke_decrypt_prot() 686 int eap_eke_auth(struct eap_eke_session *sess, const char *label, in eap_eke_auth() 699 int eap_eke_session_init(struct eap_eke_session *sess, u8 dhgroup, u8 encr, in eap_eke_session_init() [all …]
|
/external/tensorflow/tensorflow/core/ops/ |
D | array_grad_test.cc | 50 auto sess = NewSession(); in PackGrad() local 91 auto sess = NewSession(); in UnpackGrad() local 130 auto sess = NewSession(); in ConcatGrad() local 154 auto sess = NewSession(); in ConcatGradV2() local 228 auto sess = NewSession(); in SplitGrad() local 260 auto sess = NewSession(); in SplitVGrad() local 319 auto sess = NewSession(); in ReshapeGrad() local 358 auto sess = NewSession(); in ExpandDimsGrad() local 395 auto sess = NewSession(); in SqueezeGrad() local 426 auto sess = NewSession(); in TransposeGrad() local [all …]
|
/external/tensorflow/tensorflow/lite/experimental/examples/lstm/ |
D | unidirectional_sequence_lstm_test.py | 100 def trainModel(self, x, prediction, output_class, sess): argument 121 def saveAndRestoreModel(self, lstm_layer, sess, saver, is_dynamic_rnn): argument 134 def getInferenceResult(self, x, output_class, sess): argument
|
D | bidirectional_sequence_lstm_test.py | 109 def trainModel(self, x, prediction, output_class, sess): argument 130 def saveAndRestoreModel(self, fw_lstm_layer, bw_lstm_layer, sess, saver, argument 145 def getInferenceResult(self, x, output_class, sess): argument
|
D | unidirectional_sequence_rnn_test.py | 96 def trainModel(self, x, prediction, output_class, sess): argument 116 def saveAndRestoreModel(self, rnn_layer, sess, saver, is_dynamic_rnn): argument 146 def getInferenceResult(self, x, output_class, sess): argument
|
D | bidirectional_sequence_rnn_test.py | 128 def trainModel(self, x, prediction, output_class, sess): argument 152 sess, argument 169 def getInferenceResult(self, x, output_class, sess): argument
|
/external/tensorflow/tensorflow/contrib/training/python/training/ |
D | bucket_ops_test.py | 88 def enqueue_inputs(self, sess, feed_dict): argument 91 def start_queue_runners(self, sess): argument 371 def _read_test(sess): argument
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | loader_impl.py | 245 def load(sess, tags, export_dir, import_scope=None, **saver_kwargs): argument 352 def restore_variables(self, sess, saver, import_scope=None): argument 382 def run_init_ops(self, sess, tags, import_scope=None): argument 403 def load(self, sess, tags, import_scope=None, **saver_kwargs): argument
|
/external/wpa_supplicant_8/src/radius/ |
D | radius_server.c | 425 void srv_log(struct radius_session *sess, const char *fmt, ...) in srv_log() 511 struct radius_session *sess = client->sessions; in radius_server_get_session() local 525 struct radius_session *sess) in radius_server_session_free() 541 struct radius_session *sess) in radius_server_session_remove() 570 struct radius_session *sess = timeout_ctx; in radius_server_session_remove_timeout() local 579 struct radius_session *sess = timeout_ctx; in radius_server_session_timeout() local 590 struct radius_session *sess; in radius_server_new_session() local 615 static void radius_server_testing_options_tls(struct radius_session *sess, in radius_server_testing_options_tls() 661 static void radius_server_testing_options(struct radius_session *sess, in radius_server_testing_options() 704 struct radius_session *sess; in radius_server_get_new_session() local [all …]
|
/external/tensorflow/tensorflow/python/ops/distributions/ |
D | bijector_test_util.py | 53 sess=None): argument 164 bijector, x, y, event_ndims, atol=0, rtol=1e-5, sess=None): argument
|
/external/tensorflow/tensorflow/contrib/framework/python/framework/ |
D | checkpoint_utils_test.py | 35 def _create_checkpoints(sess, checkpoint_dir): argument 54 def _create_partition_checkpoints(sess, checkpoint_dir): argument
|
/external/tensorflow/tensorflow/contrib/session_bundle/ |
D | session_bundle_test.py | 55 def _checkRegressionSignature(self, signatures, sess): argument 67 def _checkNamedSignatures(self, signatures, sess): argument
|
/external/tensorflow/tensorflow/python/util/ |
D | example_parser_configuration.py | 26 def extract_example_parser_configuration(parse_example_op, sess): argument
|
/external/tensorflow/tensorflow/python/grappler/ |
D | hierarchical_controller.py | 948 sess, argument 980 sess, argument 1003 def generate_grouping(self, sess): argument 1008 def generate_placement(self, grouping, sess): argument 1015 def process_reward(self, sess): argument
|
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/ |
D | benchmarking.py | 34 def seconds_per_run(op, sess, num_runs=50): argument
|
/external/tensorflow/tensorflow/python/debug/wrappers/ |
D | grpc_wrapper.py | 73 sess, argument 175 sess, argument
|