Home
last modified time | relevance | path

Searched refs:ConstTensorAttributes (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
Dmake_padding_test.cc53 ConstTensorAttributes const_attr; in TEST()
Dmake_padding.cc41 absl::any_cast<const ConstTensorAttributes&>(node.operation.attributes); in IsConstZeros()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Doperations.h464 struct ConstTensorAttributes { struct
Dmodel_builder.cc103 ConstTensorAttributes attr; in NewConstNode()
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dinference_context.cc223 absl::any_cast<ConstTensorAttributes>(node.operation.attributes); in Compile()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dinference_context.cc315 absl::any_cast<ConstTensorAttributes>(node.operation.attributes); in ConvertOperations()