Home
last modified time | relevance | path

Searched defs:op_memory (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dop_performance_data.proto117 OpMemory op_memory = 9; field
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/grappler/costs/
Dop_performance_data.pb.h2883 inline const ::tensorflow::OpPerformance_OpMemory& OpPerformance::op_memory() const { in op_memory() function
2888 ::tensorflow::OpPerformance_OpMemory* op_memory) { in unsafe_arena_set_allocated_op_memory()
2930 inline void OpPerformance::set_allocated_op_memory(::tensorflow::OpPerformance_OpMemory* op_memory)… in set_allocated_op_memory()
Dop_performance_data.pb.cc1886 OpPerformance::_Internal::op_memory(const OpPerformance* msg) { in op_memory() function in tensorflow::OpPerformance::_Internal
/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DDwarfOpTest.cpp41 std::shared_ptr<Memory> op_memory(op_memory_); in SetUp() local