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

  /external/tensorflow/tensorflow/python/debug/lib/
stepper_test.py 618 self.v_add, invalidate_from_updated_variables=True))
753 invalidate_from_updated_variables=True)
777 invalidate_from_updated_variables=True)
    [all...]
stepper.py 453 invalidate_from_updated_variables=False,
468 invalidate_from_updated_variables: (bool) Whether to invalidate the
688 if invalidate_from_updated_variables:
    [all...]
  /external/tensorflow/tensorflow/python/debug/cli/
stepper_cli.py 122 "--invalidate_from_updated_variables",
123 dest="invalidate_from_updated_variables",
395 invalidate_from_updated_variables=(
396 parsed.invalidate_from_updated_variables),

Completed in 129 milliseconds