HomeSort by relevance Sort by last modified time
    Searched refs:IsEnter (Results 1 - 22 of 22) sorted by null

  /external/tensorflow/tensorflow/core/grappler/utils/
frame.cc 53 if (IsEnter(*fanout)) {
71 if (IsEnter(*fanout)) {
  /external/tensorflow/tensorflow/core/graph/
control_flow.cc 75 if (IsEnter(out)) {
graph.h 142 bool IsEnter() const { return class_ == NC_ENTER; }
159 (IsSwitch() || IsMerge() || IsEnter() || IsExit() ||
674 inline bool IsEnter(const Node* node) { return node->IsEnter(); }
graph_partition.cc 349 if ((IsEnter(node) && !IsRefType(node->input_type(0))) ||
566 if (!node->IsEnter()) {
    [all...]
  /external/tensorflow/tensorflow/core/debug/
debug_graph_utils.cc 206 if (!src_node->IsEnter() && !src_node->IsNextIteration()) {
226 if (node->IsEnter()) {
  /external/tensorflow/tensorflow/core/grappler/
op_types.cc 114 bool IsEnter(const NodeDef& node) {
370 return IsEnter(node) || IsExit(node) || IsNextIteration(node);
op_types.h 54 bool IsEnter(const NodeDef& node);
  /external/tensorflow/tensorflow/core/grappler/costs/
graph_properties.cc 260 if (node.IsEnter()) {
788 if (n->IsEnter()) {
    [all...]
  /external/tensorflow/tensorflow/cc/framework/
gradients.cc 489 DCHECK(!n->IsEnter() && !n->IsNextIteration()) << n->DebugString();
  /external/tensorflow/tensorflow/compiler/jit/
mark_for_compilation_pass.cc 421 if (edge->dst()->IsEnter()) {
  /external/tensorflow/tensorflow/core/common_runtime/
executor.cc 219 bool is_enter : 1; // True iff IsEnter(node)
223 // True iff IsEnter(node) || IsExit(node) || IsNextIteration(node)
651 item->is_enter = IsEnter(n);
656 (IsEnter(n) || IsExit(n) || IsNextIteration(n));
669 if (IsEnter(n)) {
    [all...]
shape_refiner.cc 613 if (IsEnter(current_node) || IsExit(current_node)) {
    [all...]
  /art/compiler/optimizing/
graph_visualizer.cc 375 StartAttributeStream("kind") << (monitor->IsEnter() ? "enter" : "exit");
    [all...]
code_generator_arm64.cc     [all...]
nodes.h     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
code_generator_mips.cc     [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
arithmetic_optimizer.cc 470 if (IsEnter(node) || IsExit(node)) {
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/
functionalize_control_flow.cc     [all...]

Completed in 260 milliseconds