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

  /external/tensorflow/tensorflow/core/graph/
graph_constructor.h 132 bool validate_colocation_constraints = true; member in struct:tensorflow::ImportGraphDefOptions
graph_constructor.cc 72 validate_colocation_constraints(false) {}
87 validate_colocation_constraints(in.validate_colocation_constraints),
111 bool validate_colocation_constraints; member in struct:tensorflow::__anon39617::GraphConstructor::Options
531 if (!opts_.validate_colocation_constraints || !opts_.importing)
    [all...]
graph_constructor_test.cc     [all...]
  /external/tensorflow/tensorflow/core/grappler/costs/
graph_properties.cc 935 options.validate_colocation_constraints = false;
    [all...]

Completed in 567 milliseconds