Home
last modified time | relevance | path

Searched refs:CompiledNodeAttributes (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
Dcompiled_node.h32 struct CompiledNodeAttributes { struct
45 absl::Status MergeCode(CompiledNodeAttributes* attr, argument
46 CompiledNodeAttributes* merged_attr);
Dfuse_auto_input_test.cc42 CompiledNodeAttributes a1; in TEST()
48 CompiledNodeAttributes a2; in TEST()
54 CompiledNodeAttributes a3; in TEST()
79 CompiledNodeAttributes a1; in TEST()
85 CompiledNodeAttributes a2; in TEST()
Dfuse_inplace.cc83 absl::any_cast<CompiledNodeAttributes&>(node->operation.attributes); in ApplyToNode()
102 absl::any_cast<CompiledNodeAttributes&>(node1->operation.attributes); in ApplyToNodesSequence()
104 absl::any_cast<CompiledNodeAttributes&>(node2->operation.attributes); in ApplyToNodesSequence()
Dcompiled_node.cc27 absl::Status MergeCode(CompiledNodeAttributes* attr, in MergeCode()
28 CompiledNodeAttributes* merged_attr) { in MergeCode()
Dfuse_inline.cc41 absl::any_cast<CompiledNodeAttributes&>(node1->operation.attributes); in ApplyToNodesSequence()
43 absl::any_cast<CompiledNodeAttributes&>(node2->operation.attributes); in ApplyToNodesSequence()
Dfuse_auto_input.cc48 absl::any_cast<CompiledNodeAttributes&>(node->operation.attributes); in ApplyToNode()
77 auto& input_producer_attr = absl::any_cast<const CompiledNodeAttributes&>( in ApplyToNode()
145 absl::any_cast<CompiledNodeAttributes&>(input->operation.attributes); in ApplyToNode()
Dshader_codegen.h42 absl::Status Build(CompiledNodeAttributes attr,
Dshader_codegen.cc36 absl::Status ShaderCodegen::Build(CompiledNodeAttributes attr, in Build()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dcompiler.cc123 CompiledNodeAttributes attr; in Compile()
183 absl::any_cast<CompiledNodeAttributes&>(node->operation.attributes); in Compile()
238 absl::any_cast<CompiledNodeAttributes&>(node->operation.attributes); in Compile()