Home
last modified time | relevance | path

Searched defs:num_steps (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dlogging.py42 num_steps = 3 variable
44 num_steps = 2 variable
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dstep_intersection.cc154 uint32 num_steps) { in StringSrcToDstIndexMap()
230 uint32 num_steps = min_end_chief_idx - max_begin_chief_idx; in StepIntersection() local
H A Dstep_intersection.h33 uint32 num_steps; // aligned for how many steps. member
H A Dstep_intersection_test.cc33 PerCoreStepInfo CreateOneTestStep(uint32 host_id, uint32 num_steps, in CreateOneTestStep()
/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Devaluation_test.py71 def _train_model(self, checkpoint_dir, num_steps): argument
H A Dbasic_session_run_hooks.py331 def __init__(self, num_steps=None, last_step=None, steps_per_run=1): argument
404 def __init__(self, num_steps=None, last_step=None): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/clusters/
H A Dcluster.cc40 void Cluster::SetNumWarmupSteps(int num_steps) { in SetNumWarmupSteps()
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dround_weights.cc35 int32_t num_steps; in RoundWeights() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DAffineGridGenerator.cpp18 static at::Tensor linspace_from_neg_one(const Tensor& grid, int64_t num_steps, in linspace_from_neg_one()
H A DRNN.cpp935 int64_t num_steps = input.batch_sizes.size(0); in operator ()() local
994 int64_t num_steps = input.batch_sizes.size(0); in operator ()() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/
Dirange.hpp226 const std::ptrdiff_t num_steps = (l - f) / sz + ((l - f) % sz ? 1 : 0); in irange() local
/aosp_15_r20/external/pytorch/test/distributed/fsdp/
H A Dtest_fsdp_fine_tune.py135 def _assert_post_backward_reshard_count(step_idx, num_steps): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/integration_test/
H A Dc_api_multi_client_function_test.cc175 uint num_steps = 1; member
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/saved_model/
H A Dsaved_model_testutil.cc232 SavedModel* saved_model, const bool profile, const int32_t num_steps) { in ProcessPredictRequestsAndMaybeProfile()
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/coordinator/
H A Dfault_tolerance_test.py109 def schedule_training_functions(self, num_steps): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
H A Dlstm_full_test.cc236 const int num_steps = lstm_input_.size(); in VerifyGoldens() local
/aosp_15_r20/external/libdrm/tests/exynos/
H A Dexynos_fimg2d_test.c347 static const unsigned int num_steps = in g2d_move_test() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dquantization_utils_test.cc145 int num_steps = 14419; in TestRequantizeManyInNewRange32To8Bit() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dlstm_test.cc353 const int num_steps = lstm_input_.size(); in VerifyGoldens() local