Home
last modified time | relevance | path

Searched defs:length_frames (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/summary_ops/
H A Dsummary_v1_audio_op_test.py32 def _CheckProto(self, audio_summ, sample_rate, num_channels, length_frames): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsummary_audio_op.cc63 const int64_t length_frames = tensor.dim_size(1); in Compute() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dsummary.proto113 int64 length_frames = 3; field
/aosp_15_r20/external/tensorflow/tensorflow/core/summary/
H A Dsummary_converter.cc293 const int64_t length_frames = tensor.dim_size(1); in AddTensorAsAudioToSummary() local
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/framework/
Dsummary.pb.h2347 inline ::int64_t Summary_Audio::length_frames() const { in length_frames() function