Home
last modified time | relevance | path

Searched refs:max_outputs (Results 1 – 25 of 38) sorted by relevance

12

/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_AudioSummaryV2.pbtxt31 name: "max_outputs"
38 The summary has up to `max_outputs` summary values containing audio. The
46 * If `max_outputs` is 1, the summary value tag is '*tag*/audio'.
47 * If `max_outputs` is greater than 1, the summary value tags are
Dapi_def_AudioSummary.pbtxt28 name: "max_outputs"
35 The summary has up to `max_outputs` summary values containing audio. The
43 * If `max_outputs` is 1, the summary value tag is '*tag*/audio'.
44 * If `max_outputs` is greater than 1, the summary value tags are
/external/tensorflow/tensorflow/python/summary/
Dsummary.py88 def image(name, tensor, max_outputs=3, collections=None, family=None): argument
138 tag=tag, tensor=tensor, max_images=max_outputs, name=scope)
185 def audio(name, tensor, sample_rate, max_outputs=3, collections=None, argument
227 tag=tag, tensor=tensor, max_outputs=max_outputs,
Dsummary_test.py101 im = summary_lib.image('inner', i, max_outputs=3)
116 im = summary_lib.image('inner', i, max_outputs=3, family='family')
164 aud = summary_lib.audio('inner', i, 0.2, max_outputs=3)
179 aud = summary_lib.audio('inner', i, 0.2, max_outputs=3, family='family')
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_internal.h213 void gfx10_emit_ngg_culling_epilogue(struct ac_shader_abi *abi, unsigned max_outputs,
215 void gfx10_emit_ngg_epilogue(struct ac_shader_abi *abi, unsigned max_outputs, LLVMValueRef *addrs);
260 void si_llvm_emit_es_epilogue(struct ac_shader_abi *abi, unsigned max_outputs, LLVMValueRef *addrs);
268 void si_llvm_emit_ls_epilogue(struct ac_shader_abi *abi, unsigned max_outputs, LLVMValueRef *addrs);
293 void si_llvm_emit_vs_epilogue(struct ac_shader_abi *abi, unsigned max_outputs, LLVMValueRef *addrs);
Dsi_shader_llvm_gs.c149 void si_llvm_emit_es_epilogue(struct ac_shader_abi *abi, unsigned max_outputs, LLVMValueRef *addrs) in si_llvm_emit_es_epilogue() argument
229 static void si_llvm_emit_gs_epilogue(struct ac_shader_abi *abi, unsigned max_outputs, in si_llvm_emit_gs_epilogue() argument
235 assert(info->num_outputs <= max_outputs); in si_llvm_emit_gs_epilogue()
Dsi_shader_llvm_vs.c694 void si_llvm_emit_vs_epilogue(struct ac_shader_abi *abi, unsigned max_outputs, LLVMValueRef *addrs) in si_llvm_emit_vs_epilogue() argument
702 assert(info->num_outputs <= max_outputs); in si_llvm_emit_vs_epilogue()
733 static void si_llvm_emit_prim_discard_cs_epilogue(struct ac_shader_abi *abi, unsigned max_outputs, in si_llvm_emit_prim_discard_cs_epilogue() argument
740 assert(info->num_outputs <= max_outputs); in si_llvm_emit_prim_discard_cs_epilogue()
/external/tensorflow/tensorflow/core/kernels/
Dsummary_audio_op_test.cc51 void MakeOp(const int max_outputs) { in MakeOp() argument
56 .Attr("max_outputs", max_outputs) in MakeOp()
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.summary.pbtxt13 …argspec: "args=[\'name\', \'data\', \'sample_rate\', \'step\', \'max_outputs\', \'encoding\', \'de…
37 …argspec: "args=[\'name\', \'data\', \'step\', \'max_outputs\', \'description\'], varargs=None, key…
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.summary.pbtxt37 …argspec: "args=[\'name\', \'tensor\', \'sample_rate\', \'max_outputs\', \'collections\', \'family\…
49 …argspec: "args=[\'name\', \'tensor\', \'max_outputs\', \'collections\', \'family\'], varargs=None,…
/external/tensorflow/tensorflow/python/ops/
Dlogging_ops.py507 max_outputs=3, argument
553 max_outputs=max_outputs,
Dsummary_ops_v2.py905 def audio(name, tensor, sample_rate, max_outputs, family=None, step=None): argument
916 max_outputs=max_outputs,
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DAudioSummaryV2.pbtxt20 name: "max_outputs"
DAudioSummary.pbtxt20 name: "max_outputs"
DWriteAudioSummary.pbtxt24 name: "max_outputs"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DAudioSummaryV2.pbtxt20 name: "max_outputs"
DAudioSummary.pbtxt20 name: "max_outputs"
DWriteAudioSummary.pbtxt24 name: "max_outputs"
/external/tensorflow/tensorflow/core/summary/
Dsummary_converter.h33 int max_outputs, float sample_rate,
Dsummary_converter.cc282 int max_outputs, float sample_rate, in AddTensorAsAudioToSummary() argument
291 const int N = std::min<int>(max_outputs, batch_size); in AddTensorAsAudioToSummary()
294 if (max_outputs > 1) { in AddTensorAsAudioToSummary()
Dsummary_file_writer.cc123 int max_outputs, float sample_rate) override { in WriteAudio() argument
128 t, tag, max_outputs, sample_rate, e->mutable_summary())); in WriteAudio()
/external/tensorflow/tensorflow/examples/speech_commands/
Dinput_data.py435 'spectrogram', tf.expand_dims(spectrogram, -1), max_outputs=1)
453 max_outputs=1)
460 'mfcc', tf.expand_dims(self.output_, -1), max_outputs=1)
485 max_outputs=1)
/external/tensorflow/tensorflow/python/kernel_tests/
Dsummary_v1_audio_op_test.py62 "snd", const, max_outputs=3, sample_rate=sample_rate)
/external/mesa3d/src/compiler/glsl/
Dlink_varyings.h101 unsigned buffer_index, const unsigned max_outputs,
/external/mesa3d/src/amd/llvm/
Dac_shader_abi.h71 void (*emit_outputs)(struct ac_shader_abi *abi, unsigned max_outputs, LLVMValueRef *addrs);

12