Home
last modified time | relevance | path

Searched refs:TensorDebugMode (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/
H A Ddumping_callback.py311 if (tensor_debug_mode == debug_event_pb2.TensorDebugMode.FULL_TENSOR and
377 if tensor_debug_mode == debug_event_pb2.TensorDebugMode.NO_TENSOR:
399 elif tensor_debug_mode in (debug_event_pb2.TensorDebugMode.CURT_HEALTH,
400 debug_event_pb2.TensorDebugMode.CONCISE_HEALTH,
401 debug_event_pb2.TensorDebugMode.FULL_HEALTH,
402 debug_event_pb2.TensorDebugMode.SHAPE):
406 debug_event_pb2.TensorDebugMode.CURT_HEALTH,
407 debug_event_pb2.TensorDebugMode.CONCISE_HEALTH,
408 debug_event_pb2.TensorDebugMode.FULL_HEALTH) and
410 tensor_debug_mode == debug_event_pb2.TensorDebugMode.SHAPE and
[all …]
H A Ddebug_v2_ops_test.py70 tensor_debug_mode=debug_event_pb2.TensorDebugMode.FULL_TENSOR,
79 tensor_debug_mode=debug_event_pb2.TensorDebugMode.FULL_TENSOR,
117 debug_event_pb2.TensorDebugMode.FULL_TENSOR)
128 debug_event_pb2.TensorDebugMode.FULL_TENSOR)
150 tensor_debug_mode=debug_event_pb2.TensorDebugMode.FULL_TENSOR,
176 debug_event_pb2.TensorDebugMode.FULL_TENSOR)
200 tensor_debug_mode=debug_event_pb2.TensorDebugMode.FULL_TENSOR,
219 debug_event_pb2.TensorDebugMode.FULL_TENSOR)
249 tensor_debug_mode=debug_event_pb2.TensorDebugMode.FULL_TENSOR,
291 debug_event_pb2.TensorDebugMode.REDUCE_INF_NAN_THREE_SLOTS)))
[all …]
H A Ddebug_events_monitors.py218 assert tensor_debug_mode != debug_event_pb2.TensorDebugMode.FULL_TENSOR
221 if tensor_debug_mode == debug_event_pb2.TensorDebugMode.CURT_HEALTH:
230 elif tensor_debug_mode == debug_event_pb2.TensorDebugMode.CONCISE_HEALTH:
243 elif tensor_debug_mode == debug_event_pb2.TensorDebugMode.FULL_HEALTH:
264 debug_event_pb2.TensorDebugMode.FULL_TENSOR):
289 debug_event_pb2.TensorDebugMode.FULL_TENSOR):
H A Ddebug_events_monitors_test.py244 debug_event_pb2.TensorDebugMode.CURT_HEALTH,
266 debug_event_pb2.TensorDebugMode.CONCISE_HEALTH,
271 debug_event_pb2.TensorDebugMode.FULL_HEALTH,
311 debug_event_pb2.TensorDebugMode.SHAPE,
363 debug_event_pb2.TensorDebugMode.FULL_TENSOR,
391 debug_event_pb2.TensorDebugMode.CURT_HEALTH,
415 debug_event_pb2.TensorDebugMode.CONCISE_HEALTH,
449 trace_digest, ["g0", "g1"], debug_event_pb2.TensorDebugMode.FULL_TENSOR)
476 debug_event_pb2.TensorDebugMode.CURT_HEALTH,
H A Ddebug_events_writer_test.py710 debug_event_pb2.TensorDebugMode.CURT_HEALTH,
723 debug_event_pb2.TensorDebugMode.CURT_HEALTH)
736 debug_event_pb2.TensorDebugMode.FULL_HEALTH,
749 debug_event_pb2.TensorDebugMode.FULL_HEALTH)
764 debug_event_pb2.TensorDebugMode.FULL_HEALTH,
885 debug_event_pb2.TensorDebugMode.CURT_HEALTH,
895 debug_event_pb2.TensorDebugMode.CURT_HEALTH)
904 debug_event_pb2.TensorDebugMode.NO_TENSOR,
914 debug_event_pb2.TensorDebugMode.NO_TENSOR)
H A Ddebug_events_reader.py890 debug_event_pb2.TensorDebugMode.FULL_TENSOR):
893 debug_event_pb2.TensorDebugMode.NO_TENSOR):
1069 debug_event_pb2.TensorDebugMode.FULL_TENSOR):
H A Dcheck_numerics_callback.py220 debug_event_pb2.TensorDebugMode.REDUCE_INF_NAN_THREE_SLOTS))
H A Ddumping_callback_test.py172 debug_event_pb2.TensorDebugMode.keys()[execution.tensor_debug_mode],
1091 debug_event_pb2.TensorDebugMode.keys()[execution.tensor_debug_mode],
/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/protobuf/
Ddebug_event.pb.h94 enum TensorDebugMode : int { enum
108 constexpr TensorDebugMode TensorDebugMode_MIN = UNSPECIFIED;
109 constexpr TensorDebugMode TensorDebugMode_MAX = REDUCE_INF_NAN_THREE_SLOTS;
112 const std::string& TensorDebugMode_Name(TensorDebugMode value);
115 static_assert(::std::is_same<T, TensorDebugMode>::value || in TensorDebugMode_Name()
118 return TensorDebugMode_Name(static_cast<TensorDebugMode>(enum_t_value)); in TensorDebugMode_Name()
121 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, TensorDebugMode* value);
2080 ::tensorflow::TensorDebugMode tensor_debug_mode() const; in Swap()
2081 void set_tensor_debug_mode(::tensorflow::TensorDebugMode value); in Swap()
2083 ::tensorflow::TensorDebugMode _internal_tensor_debug_mode() const; in Swap()
[all …]
Ddebug_event.pb.cc249 TensorDebugMode value) { in TensorDebugMode_Name()
264 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, TensorDebugMode* value) { in TensorDebugMode_Parse()
269 *value = static_cast<TensorDebugMode>(int_value); in TensorDebugMode_Parse()
3604 _internal_set_tensor_debug_mode(static_cast<::tensorflow::TensorDebugMode>(val)); in _InternalParse()
4108 _internal_set_tensor_debug_mode(static_cast<::tensorflow::TensorDebugMode>(val)); in _InternalParse()
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A Ddebug_event.proto17 enum TensorDebugMode { enum
253 TensorDebugMode tensor_debug_mode = 6;
291 TensorDebugMode tensor_debug_mode = 4;
/aosp_15_r20/external/tensorflow/tensorflow/core/api_def/base_api/
H A Dapi_def_DebugIdentityV2.pbtxt34 TensorDebugMode enum value. See debug_event.proto for details.
H A Dapi_def_DebugNumericSummaryV2.pbtxt14 by the op. See the TensorDebugMode enum in
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Ddebug_events_writer.cc288 trace->set_tensor_debug_mode(TensorDebugMode(tensor_debug_mode)); in WriteGraphExecutionTrace()
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_java_lite/android_common_apex33/javac/
Dtensorflow_core_proto_java_lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_java_lite/android_common_apex33/turbine/
Dtensorflow_core_proto_java_lite.jarorg/tensorflow/distruntime/ClusterDef$Builder.class <Unknown> package org.tensorflow. ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/OnDevicePersonalization/federatedcompute/apk/FederatedCompute/android_common_apex33/combined/
DFederatedCompute.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx/ META- ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/OnDevicePersonalization/federatedcompute/apk/FederatedCompute/android_common_apex33/jarjar/
DFederatedCompute.jarxla/Protocol.class Protocol.java package xla public final xla.Protocol extends java.lang ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/OnDevicePersonalization/OnDevicePersonalization/android_common_apex33/withres/
DOnDevicePersonalization.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx.annotation_annotation- ...