OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:input_type_
(Results
1 - 7
of
7
) sorted by null
/external/tensorflow/tensorflow/lite/tools/accuracy/
eval_pipeline_builder.cc
50
input_type_
= input_type;
71
if (
input_type_
== DT_INVALID) {
76
ops::Placeholder(scope.WithOpName(input_name_),
input_type_
);
eval_pipeline_builder.h
94
DataType
input_type_
= DT_INVALID;
member in class:tensorflow::metrics::EvalPipelineBuilder
/external/tensorflow/tensorflow/lite/delegates/nnapi/
nnapi_delegate_test.cc
271
:
input_type_
(input.type), filter_type_(filter.type) {
289
if (
input_type_
!= TensorType_FLOAT32) {
306
SetData(input_,
input_type_
, data);
315
(
input_type_
== TensorType_FLOAT32) ?
input_type_
: TensorType_INT32;
320
if (
input_type_
== TensorType_FLOAT32) {
329
if (
input_type_
== TensorType_FLOAT32) {
342
const TensorType
input_type_
;
member in class:tflite::__anon45929::ConvolutionOpModel
531
:
input_type_
(input.type), weights_type_(weights.type) {
556
SetData(input_,
input_type_
, data)
577
const TensorType
input_type_
;
member in class:tflite::__anon45929::FullyConnectedOpModel
[
all
...]
/external/protobuf/src/google/protobuf/
descriptor.pb.h
1815
::google::protobuf::internal::ArenaStringPtr
input_type_
;
member in class:google::protobuf::MethodDescriptorProto
[
all
...]
descriptor.h
1136
const Descriptor*
input_type_
;
member in class:google::protobuf::MethodDescriptor
[
all
...]
descriptor.pb.cc
304
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto,
input_type_
),
[
all
...]
descriptor.cc
[
all
...]
Completed in 591 milliseconds