Searched refs:constant_v1 (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/batch/ |
D | ordinal_split_handler.py | 610 empty_float = constant_op.constant_v1([], dtype=dtypes.float32) 626 return (constant_op.constant_v1([], dtype=dtypes.int32), 627 constant_op.constant_v1([[]], dtype=dtypes.int64, shape=[1, 2]), 713 return (constant_op.constant_v1([], dtype=dtypes.int32), 714 constant_op.constant_v1([], dtype=dtypes.int64, shape=[1, 2]), 717 empty_float = constant_op.constant_v1([], dtype=dtypes.float32)
|
D | categorical_split_handler_test.py | 39 empty_gradients = constant_op.constant_v1( 41 empty_hessians = constant_op.constant_v1( 489 indices = constant_op.constant_v1([], dtype=dtypes.int64, shape=[0, 2]) 490 values = constant_op.constant_v1([], dtype=dtypes.int64)
|
D | ordinal_split_handler_test.py | 42 empty_gradients = constant_op.constant_v1( 44 empty_hessians = constant_op.constant_v1( 1479 indices = constant_op.constant_v1([], dtype=dtypes.int64, shape=[0, 2]) 1481 values = constant_op.constant_v1([], dtype=dtypes.float32) 1552 empty_indices = constant_op.constant_v1([], dtype=dtypes.int64, 1554 empty_values = constant_op.constant_v1([], dtype=dtypes.float32)
|
D | categorical_split_handler.py | 122 constant_op.constant_v1([], dtype=dtypes.int64, shape=[1, 2]),
|
/external/tensorflow/tensorflow/python/framework/ |
D | constant_op.py | 118 def constant_v1( function
|
/external/tensorflow/tensorflow/contrib/boosted_trees/python/training/functions/ |
D | gbdt_batch.py | 914 empty_gradients = constant_op.constant_v1( 916 empty_hessians = constant_op.constant_v1(
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | constant_op_test.py | 233 c = constant_op.constant_v1([1, 2, 3, 4, 5, 6, 7], shape=[10]) 253 constant_op.constant_v1([1, 2, 3, 4, 5, 6, 7], shape=[5])
|
/external/tensorflow/tensorflow/python/ops/ |
D | init_ops.py | 246 return constant_op.constant_v1(
|