aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/api_guides/python/contrib.framework.md
blob: 00fb8b0ac3612497beafadb4c1d271de3e8bf6f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Framework (contrib)
[TOC]

Framework utilities.

*   `tf.contrib.framework.assert_same_float_dtype`
*   `tf.contrib.framework.assert_scalar`
*   `tf.contrib.framework.assert_scalar_int`
*   `tf.convert_to_tensor_or_sparse_tensor`
*   `tf.contrib.framework.get_graph_from_inputs`
*   `tf.is_numeric_tensor`
*   `tf.is_non_decreasing`
*   `tf.is_strictly_increasing`
*   `tf.contrib.framework.is_tensor`
*   `tf.contrib.framework.reduce_sum_n`
*   `tf.contrib.framework.remove_squeezable_dimensions`
*   `tf.contrib.framework.with_shape`
*   `tf.contrib.framework.with_same_shape`

## Deprecation

*   `tf.contrib.framework.deprecated`
*   `tf.contrib.framework.deprecated_args`
*   `tf.contrib.framework.deprecated_arg_values`

## Arg_Scope

*   `tf.contrib.framework.arg_scope`
*   `tf.contrib.framework.add_arg_scope`
*   `tf.contrib.framework.has_arg_scope`
*   `tf.contrib.framework.arg_scoped_arguments`

## Variables

*   `tf.contrib.framework.add_model_variable`
*   `tf.train.assert_global_step`
*   `tf.contrib.framework.assert_or_get_global_step`
*   `tf.contrib.framework.assign_from_checkpoint`
*   `tf.contrib.framework.assign_from_checkpoint_fn`
*   `tf.contrib.framework.assign_from_values`
*   `tf.contrib.framework.assign_from_values_fn`
*   `tf.contrib.framework.create_global_step`
*   `tf.contrib.framework.filter_variables`
*   `tf.train.get_global_step`
*   `tf.contrib.framework.get_or_create_global_step`
*   `tf.contrib.framework.get_local_variables`
*   `tf.contrib.framework.get_model_variables`
*   `tf.contrib.framework.get_unique_variable`
*   `tf.contrib.framework.get_variables_by_name`
*   `tf.contrib.framework.get_variables_by_suffix`
*   `tf.contrib.framework.get_variables_to_restore`
*   `tf.contrib.framework.get_variables`
*   `tf.contrib.framework.local_variable`
*   `tf.contrib.framework.model_variable`
*   `tf.contrib.framework.variable`
*   `tf.contrib.framework.VariableDeviceChooser`
*   `tf.contrib.framework.zero_initializer`

## Checkpoint utilities

*   `tf.contrib.framework.load_checkpoint`
*   `tf.contrib.framework.list_variables`
*   `tf.contrib.framework.load_variable`
*   `tf.contrib.framework.init_from_checkpoint`