HomeSort by relevance Sort by last modified time
    Searched defs:function_def (Results 1 - 9 of 9) sorted by null

  /external/tensorflow/tensorflow/compiler/jit/
create_xla_launch_op.cc 70 const FunctionDef* function_def = local
72 if (function_def == nullptr) {
  /external/tensorflow/tensorflow/core/framework/
graph_def_util_test.cc 246 FunctionDef* function_def = graph_def.mutable_library()->add_function(); local
247 function_def->mutable_signature()->set_name("F");
249 function_def->add_node_def()->set_op(op);
dataset.h 202 const FunctionDef* function_def = flib_def.Find(function_name); local
203 if (!function_def) {
207 for (const NodeDef& node_def : function_def->node_def()) {
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/eager/
kernel_and_device.cc 83 const FunctionDef* function_def; local
88 function_def = pflr_->GetFLR(host_cpu_device_->name())
92 function_def = flr_->GetFunctionLibraryDefinition()->Find(ndef.op());
95 if (function_def != nullptr) {
96 op_def = &(function_def->signature());
139 options.config_proto, function_def->signature().name(),
execute.cc 229 const FunctionDef* function_def = local
231 if (function_def != nullptr) {
232 op_def = &(function_def->signature());
    [all...]
  /external/tensorflow/tensorflow/python/eager/
function.py 206 """Convert the keyword arguments into function_def attributes.
343 function_def = function_pb2.FunctionDef()
344 function_def.ParseFromString(compat.as_bytes(proto_data))
348 self.definition = function_def
349 self.name = compat.as_bytes(function_def.signature.name)
350 self.signature = function_def.signature
698 def function_def(self): member in class:ConcreteFunction
    [all...]
  /external/tensorflow/tensorflow/c/eager/
c_api.cc 841 tensorflow::FunctionDef function_def; local
    [all...]
c_api_test.cc 1346 string function_def = MatMulFunction(); local
1392 string function_def = MatMulFunction(); local
    [all...]
  /external/tensorflow/tensorflow/core/grappler/costs/
graph_properties.cc 1041 const FunctionDef* function_def = local
    [all...]

Completed in 2923 milliseconds