Home
last modified time | relevance | path

Searched refs:second_weights (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/examples/speech_commands/
Dmodels.py289 second_weights = tf.compat.v1.get_variable(
301 filters=second_weights,
852 second_weights = tf.compat.v1.get_variable(
866 input=first_dropout, filters=second_weights,
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_dnn.h383 const DeviceMemory<float>& second_weights, in DoSeparableConvolve() argument
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.h407 const DeviceMemory<float>& second_weights, in DoSeparableConvolve() argument
/external/tensorflow/tensorflow/stream_executor/
Ddnn.h1383 const DeviceMemory<float>& second_weights,
Dstream.cc680 const DeviceMemory<float> &second_weights, in ThenSeparableConvolve() argument
686 PARAM(depth_multiplier), PARAM(first_weights), PARAM(second_weights), in ThenSeparableConvolve()
692 first_weights, second_weights, convolution_descriptor, in ThenSeparableConvolve()
Dstream.h430 const DeviceMemory<float> &second_weights,