OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsInt32
(Results
1 - 12
of
12
) sorted by null
/external/tensorflow/tensorflow/lite/experimental/microfrontend/
audio_microfrontend.cc
47
data->sample_rate = m["sample_rate"].
AsInt32
();
50
config.window.size_ms = m["window_size"].
AsInt32
();
51
config.window.step_size_ms = m["window_step"].
AsInt32
();
52
config.filterbank.num_channels = m["num_channels"].
AsInt32
();
55
config.noise_reduction.smoothing_bits = m["smoothing_bits"].
AsInt32
();
63
config.pcan_gain_control.gain_bits = m["gain_bits"].
AsInt32
();
65
config.log_scale.scale_shift = m["scale_shift"].
AsInt32
();
70
data->left_context = m["left_context"].
AsInt32
();
71
data->right_context = m["right_context"].
AsInt32
();
72
data->frame_stride = m["frame_stride"].
AsInt32
();
[
all
...]
/external/tensorflow/tensorflow/python/ops/
data_flow_grad.py
55
def
AsInt32
(x):
58
inputs = [
AsInt32
(op.inputs[i]) for i in xrange(num_values)]
/external/tensorflow/tensorflow/lite/kernels/
if.cc
35
op_data->then_subgraph_index = m["then_subgraph_index"].
AsInt32
();
36
op_data->else_subgraph_index = m["else_subgraph_index"].
AsInt32
();
while.cc
97
op_data->cond_subgraph_index = m["cond_subgraph_index"].
AsInt32
();
98
op_data->body_subgraph_index = m["body_subgraph_index"].
AsInt32
();
detection_postprocess.cc
99
op_data->max_detections = m["max_detections"].
AsInt32
();
100
op_data->max_classes_per_detection = m["max_classes_per_detection"].
AsInt32
();
104
op_data->detections_per_class = m["detections_per_class"].
AsInt32
();
113
op_data->num_classes = m["num_classes"].
AsInt32
();
/external/clang/lib/Analysis/
FormatString.cpp
235
// printf: AsInt64,
AsInt32
, AsInt3264
249
lmKind = LengthModifier::
AsInt32
;
536
case
AsInt32
:
780
case LengthModifier::
AsInt32
:
824
case LengthModifier::
AsInt32
:
PrintfFormatString.cpp
418
case LengthModifier::
AsInt32
:
452
case LengthModifier::
AsInt32
:
509
case LengthModifier::
AsInt32
:
ScanfFormatString.cpp
263
case LengthModifier::
AsInt32
:
302
case LengthModifier::
AsInt32
:
394
case LengthModifier::
AsInt32
:
/external/tensorflow/tensorflow/lite/experimental/kernels/
ctc_beam_search_decoder.cc
44
option->beam_width = m["beam_width"].
AsInt32
();
45
option->top_paths = m["top_paths"].
AsInt32
();
/external/clang/include/clang/Analysis/Analyses/
FormatString.h
77
AsInt32
, // 'I32' (MSVCRT, like __int32)
103
case
AsInt32
:
/external/flatbuffers/include/flatbuffers/
flexbuffers.h
420
int32_t
AsInt32
() const { return static_cast<int32_t>(AsInt64()); }
722
template<> inline int32_t Reference::As<int32_t>() const { return
AsInt32
(); }
[
all
...]
/external/tensorflow/tensorflow/lite/toco/tflite/
operator.cc
[
all
...]
Completed in 1815 milliseconds