Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,866 for function_1 (0.43 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/cc/saved_model_export_test.cc

    }
    
    TEST_F(ConvertMlirModuleToExportedModelTest, FunctionAliasesSet) {
      // Define a module with 2 function calls, function_1 and function_2.
      mlir::OwningOpRef<mlir::ModuleOp> module_op = ParseModuleOpString(R"mlir(
        module attributes {tf_saved_model.semantics} {
          func.func private @function_1() -> () attributes {tf._original_func_name = "__func_1"} {
            tf_executor.graph {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 20 11:11:25 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfrt/ir/tfrt_fallback_async.td

            key(0) cost(100) device("/CPU:0") "some.op"(%arg)
            {fn = function_1} {attr1 = value, attr2 = value2} : 1
    
        Note that in this case, the first braket contains op attributes other than
        function attributes, and the second braket contains function attributes,
        which represent function names.
    
        Refer to b/172597167 for approaches considered for supporting function
        attributes.
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 18 15:01:21 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/graph-as-function.mlir

    // CHECK-NEXT:       input_arg {
    // CHECK-NEXT:         name: "function0"
    // CHECK:            input_arg {
    // CHECK-NEXT:         name: "function01"
    // CHECK:            output_arg {
    // CHECK-NEXT:         name: "function02"
    // CHECK:          node_def {
    // CHECK-NEXT:       name: "[[NAME:[^"]*]]"
    // CHECK-NEXT:       op: "Identity"
    // CHECK-NEXT:       input: "function0"
    // CHECK:          ret {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 25 12:28:56 UTC 2022
    - 3.5K bytes
    - Viewed (0)
  4. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtExpressionTypeProvider.kt

        /**
         * Returns the functional type of the given [KtFunction].
         *
         * For a regular function, it would be kotlin.FunctionN<Ps, R> where
         *   N is the number of value parameters in the function;
         *   Ps are types of value parameters;
         *   R is the return type of the function.
         * Depending on the function's attributes, such as `suspend` or reflective access, different functional type,
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:35 UTC 2024
    - 5K bytes
    - Viewed (0)
  5. tensorflow/cc/experimental/libtf/function.h

    #include "tensorflow/core/platform/statusor.h"
    
    namespace tf {
    namespace libtf {
    
    class Function {
     public:
      tensorflow::Status RegisterTrace(tensorflow::AbstractFunctionPtr,
                                       TaggedValue input_signature,
                                       TaggedValue output_signature);
    
      // Executes this function under the execution context.
      //
      // Raises an error is no matching signature is found for TaggedValue.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 30 21:44:45 UTC 2022
    - 1.9K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/function-resource-args.mlir

    // Check that the `tf._resource_arg_unique_id` argument attributes of
    // test_func_name0 are propagated to the function's arg_attr and
    // resource_arg_unique_id.
    
    // CHECK:      name: "x"
    // CHECK:      op: "VarHandleOp"
    
    // CHECK:      name: "func_call"
    // CHECK:      input: "called"
    
    // CHECK:      library
    // CHECK:        function
    // CHECK:          signature
    // CHECK:            input_arg
    // CHECK:              type: DT_RESOURCE
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 25 12:28:56 UTC 2022
    - 2.6K bytes
    - Viewed (0)
  7. subprojects/core/src/main/java/org/gradle/internal/classpath/declarations/KotlinStdlibFileInterceptors.java

     * limitations under the License.
     */
    
    package org.gradle.internal.classpath.declarations;
    
    import kotlin.io.FilesKt;
    import kotlin.jvm.functions.Function1;
    import kotlin.jvm.functions.Function2;
    import org.gradle.internal.Cast;
    import org.gradle.internal.classpath.Instrumented;
    import org.gradle.internal.instrumentation.api.annotations.CallableKind.StaticMethod;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 20 12:34:20 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  8. test-site/activator-launch-1.3.2.jar

    mutable.Builder newBuilder(); public abstract void foreach(scala.Function1); public abstract boolean isEmpty(); public abstract Object map(scala.Function1, generic.CanBuildFrom); public abstract Object flatMap(scala.Function1, generic.CanBuildFrom); public abstract Object filter(scala.Function1); public abstract Object filterNot(scala.Function1); public abstract scala.Tuple2 partition(scala.Function1); public abstract boolean forall(scala.Function1); public abstract boolean exists(scala.Function1); public...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
  9. analysis/analysis-api/testData/components/compilerFacility/firPluginPrototypeMultiModule/annotationForFunctionOutOfCodeGenTarget.txt

    public final class MainKt {
        // source: 'main.kt'
        public final static method PostCardSimple(p0: kotlin.jvm.functions.Function1, p1: boolean, p2: kotlin.jvm.functions.Function0): void
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Mar 26 07:06:11 UTC 2024
    - 192 bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/tf-executor-to-functional.mlir

    // RUN: tf-opt -tf-executor-to-functional-conversion %s -split-input-file -verify-diagnostics | FileCheck %s
    
    func.func @unsupported_op() {
      tf_executor.graph {
        // expected-error@+1 {{'tf_executor.ControlTrigger' op is not supported for lifting out of tf_executor.graph, expected tf_executor.island}}
        %control = tf_executor.ControlTrigger {}
        tf_executor.fetch
      }
      func.return
    }
    
    // -----
    
    // CHECK-LABEL: func @empty_graph
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 3.6K bytes
    - Viewed (0)
Back to top