HomeSort by relevance Sort by last modified time
    Searched full:current_argument (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/libva/test/decode/
loadjpeg.c 116 int current_argument; local
123 current_argument = 1;
124 input_filename = argv[current_argument];
  /external/v8/src/builtins/
builtins-arguments.cc 322 Variable current_argument(this, MachineType::PointerRepresentation());
323 current_argument.Bind(arguments.AtIndexPtr(argument_count, mode));
324 VariableList var_list1({&current_argument}, zone());
327 [this, elements, &current_argument](Node* offset) {
328 Increment(current_argument, kPointerSize);
329 Node* arg = LoadBufferObject(current_argument.value(), 0);
  /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
math_utils.py 174 def terminate_when_all_zero(current_argument, residual_powers, accumulator):
175 del current_argument, accumulator # not used for condition
180 def do_iteration(current_argument, residual_powers, accumulator):
193 current_argument: On this step, what is the first argument (A^2..^2) to
210 current_argument))
211 new_argument = math_ops.matmul(current_argument, current_argument)
218 current_argument = array_ops.where(do_update, new_argument,
219 current_argument)
222 return (current_argument, residual_powers, accumulator
    [all...]

Completed in 102 milliseconds