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

  /external/tensorflow/tensorflow/contrib/ffmpeg/
encode_audio_op.cc 69 const Tensor& file_format_tensor = context->input(1); variable
82 OP_REQUIRES(context, TensorShapeUtils::IsScalar(file_format_tensor.shape()),
85 file_format_tensor.shape().DebugString()));
98 str_util::Lowercase(file_format_tensor.scalar<string>()());
decode_audio_op.cc 115 const Tensor& file_format_tensor = context->input(1); variable
123 OP_REQUIRES(context, TensorShapeUtils::IsScalar(file_format_tensor.shape()),
126 file_format_tensor.shape().DebugString()));
140 str_util::Lowercase(file_format_tensor.scalar<string>()());

Completed in 252 milliseconds