Home
last modified time | relevance | path

Searched defs:init_op (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/pytorch/test/distributed/_tensor/
H A Dtest_init.py14 def _run_init_op(self, init_op, *args, **kwargs): argument
38 def _run_init_op(self, init_op, dist_init_op, eq_op, *args, **kwargs): argument
H A Dtest_random_ops.py25 def _run_init_op(self, init_op, *args, **kwargs): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Dsupervisor.py210 init_op=USE_DEFAULT, argument
414 def _init_init_op(self, init_op=USE_DEFAULT, init_feed_dict=None): argument
529 def init_op(self): member in Supervisor
H A Dmonitored_session.py101 init_op=None, argument
248 def init_op(self): member in Scaffold
H A Dsession_manager.py252 init_op=None, argument
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dbuilder_impl.py236 init_op=None, argument
309 init_op=None, argument
/aosp_15_r20/external/tensorflow/tensorflow/python/data/kernel_tests/
H A Dcheckpoint_test_base.py528 init_op, argument
599 def _initialize(self, init_op, sess): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dfreeze_saved_model_assets.cc97 for (auto init_op : init_table_from_text_file_ops_to_erase) { in runOnOperation() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/
H A Dtpu_global_init.cc99 auto init_op = ops::ConfigureDistributedTPU( in ConstructDistributedInitializationGraph() local
/aosp_15_r20/external/libmpeg2/fuzzer/
H A Dmpeg2_dec_fuzzer.cpp177 impeg2d_init_op_t init_op; in createCodec() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/
H A Dtf_jitrt_tile_reduction.cc179 auto init_op = fill_op.output().getDefiningOp<InitTensorOp>(); in matchAndRewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dsparsify_gather.cc451 NodeDef* init_op = nullptr; in SparsifyGatherInternal() local
/aosp_15_r20/external/pytorch/torch/distributed/tensor/
H A D_api.py910 init_op, argument
/aosp_15_r20/external/tensorflow/tensorflow/tools/benchmark/
H A Dbenchmark_model.cc57 for (const string& init_op : init_ops) { in InitializeVariables() local
/aosp_15_r20/external/federated-compute/fcp/protos/
H A Dplan.proto1351 string init_op = 1; field
/aosp_15_r20/out/soong/.intermediates/external/federated-compute/federated-compute-cc-proto-lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/fcp/protos/
Dplan.pb.h19332 inline const std::string& CrossRoundAggregationExecution::init_op() const { in init_op() function
19363 inline void CrossRoundAggregationExecution::set_allocated_init_op(std::string* init_op) { in set_allocated_init_op()