Searched refs:first_weights (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/examples/speech_commands/ |
D | models.py | 260 first_weights = tf.get_variable( 268 first_conv = tf.nn.conv2d(fingerprint_4d, first_weights, [1, 1, 1, 1], 378 first_weights = tf.get_variable( 386 first_conv = tf.nn.conv2d(fingerprint_4d, first_weights, [ 706 first_weights = tf.get_variable( 716 first_conv = tf.nn.conv2d(fingerprint_4d, first_weights,
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_dnn.h | 363 const DeviceMemory<float>& first_weights, in DoSeparableConvolve() argument
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_dnn.h | 354 const DeviceMemory<float>& first_weights, in DoSeparableConvolve() argument
|
/external/tensorflow/tensorflow/stream_executor/ |
D | dnn.h | 1316 const DeviceMemory<float>& first_weights,
|
D | stream.cc | 798 const DeviceMemory<float> &first_weights, in ThenSeparableConvolve() argument 805 PARAM(depth_multiplier), PARAM(first_weights), PARAM(second_weights), in ThenSeparableConvolve() 812 depth_multiplier, first_weights, second_weights, in ThenSeparableConvolve()
|
D | stream.h | 398 const DeviceMemory<float> &first_weights,
|