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

  /external/tensorflow/tensorflow/compiler/tests/
fused_batchnorm_test.py 73 offset_val = np.random.random_sample(scale_shape).astype(np.float32)
83 x_val, scale_val, offset_val, epsilon, data_format)
98 offset: offset_val})
108 offset_val = np.random.random_sample(scale_shape).astype(np.float32)
138 offset: offset_val
145 offset: offset_val})
147 x_val, scale_val, offset_val, epsilon, data_format)
  /external/tensorflow/tensorflow/python/ops/
nn_fused_batchnorm_test.py 65 offset_val = np.random.random_sample(scale_shape).astype(scale_dtype)
72 offset = constant_op.constant(offset_val, name='offset')
117 offset_val = np.random.random_sample(scale_shape).astype(scale_dtype)
121 offset = constant_op.constant(offset_val, name='offset')
191 offset_val = np.random.random_sample(scale_shape).astype(scale_dtype)
196 offset = constant_op.constant(offset_val, name='offset')
253 offset_val = np.random.random_sample(scale_shape).astype(scale_dtype)
259 offset = constant_op.constant(offset_val, name='offset')

Completed in 97 milliseconds